node/tools/gyp
Node.js GitHub Bot f2cdc98e75
tools: update gyp-next to 0.20.0
PR-URL: https://github.com/nodejs/node/pull/57683
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-05-02 17:06:15 -03:00
..
data tools: update gyp-next to 0.17.0 2024-05-09 20:20:13 +00:00
docs tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
pylib tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
test tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
tools tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
.gitignore tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
AUTHORS
CHANGELOG.md tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md tools: update gyp-next to 0.18.1 2024-06-04 00:32:33 +00:00
gyp
gyp.bat
gyp_main.py tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
LICENSE
pyproject.toml tools: update gyp-next to 0.20.0 2025-05-02 17:06:15 -03:00
README.md tools: update gyp-next to 0.18.1 2024-06-04 00:32:33 +00:00
release-please-config.json tools: update gyp-next to 0.17.0 2024-05-09 20:20:13 +00:00
test_gyp.py

GYP can Generate Your Projects.

Documents are available at ./docs.

gyp-next is released to the Python Packaging Index (PyPI) and can be installed with the command:

  • python3 -m pip install gyp-next

When used as a command line utility, gyp-next can also be installed with pipx:

  • pipx install gyp-next
Installing to a new venv 'gyp-next'
  installed package gyp-next 0.13.0, installed using Python 3.10.6
  These apps are now globally available
    - gyp
done! ✨ 🌟 ✨

Or to run gyp-next directly without installing it:

  • pipx run gyp-next --help
NOTE: running app 'gyp' from 'gyp-next'
usage: usage: gyp [options ...] [build_file ...]

options:
  -h, --help            show this help message and exit
  --build CONFIGS       configuration for build after project generation
  --check               check format of gyp files
  [ ... ]