Name Date Size

..25-Oct-20244 KiB

data/win/H25-Oct-20244 KiB

gypH A D25-Oct-2024240

gyp.batH A D25-Oct-2024201

gyp_main.pyH A D25-Oct-20241.2 KiB

LICENSEH A D25-Oct-20241.5 KiB

pylib/H25-Oct-20244 KiB

pyproject.tomlH A D25-Oct-20243 KiB

README.mdH A D25-Oct-20241.1 KiB

test_gyp.pyH A D25-Oct-20247.5 KiB

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