• Home
Name Date Size #Lines LOC

..--

data/win/06-Mar-2025-130

pylib/06-Mar-2025-37,64328,341

LICENSED06-Mar-20251.5 KiB2925

README.mdD06-Mar-20251.1 KiB3125

gypD06-Mar-2025240 93

gyp.batD06-Mar-2025201 64

gyp_main.pyD06-Mar-20251.2 KiB4628

pyproject.tomlD06-Mar-20253 KiB120111

test_gyp.pyD06-Mar-20257.5 KiB262211

README.md

1GYP can Generate Your Projects.
2===================================
3
4Documents are available at [gyp.gsrc.io](https://gyp.gsrc.io), or you can check out ```md-pages``` branch to read those documents offline.
5
6__gyp-next__ is [released](https://github.com/nodejs/gyp-next/releases) to the [__Python Packaging Index__](https://pypi.org/project/gyp-next) (PyPI) and can be installed with the command:
7* `python3 -m pip install gyp-next`
8
9When used as a command line utility, __gyp-next__ can also be installed with [pipx](https://pypa.github.io/pipx):
10* `pipx install gyp-next`
11```
12Installing to a new venv 'gyp-next'
13  installed package gyp-next 0.13.0, installed using Python 3.10.6
14  These apps are now globally available
15    - gyp
16done! ✨ �� ✨
17```
18
19Or to run __gyp-next__ directly without installing it:
20* `pipx run gyp-next --help`
21```
22NOTE: running app 'gyp' from 'gyp-next'
23usage: usage: gyp [options ...] [build_file ...]
24
25options:
26  -h, --help            show this help message and exit
27  --build CONFIGS       configuration for build after project generation
28  --check               check format of gyp files
29  [ ... ]
30```
31