node/tools/gyp
Node.js GitHub Bot 6ad5353764
tools: update gyp-next to 0.16.2
PR-URL: https://github.com/nodejs/node/pull/52062
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-03-15 02:27:44 +00:00
..
data/win
pylib tools: update gyp-next to 0.16.2 2024-03-15 02:27:44 +00:00
tools tools: update gyp-next to v0.16.1 2023-10-31 12:44:38 +00:00
.gitignore
AUTHORS tools: update gyp-next to v0.16.1 2023-10-31 12:44:38 +00:00
CHANGELOG.md tools: update gyp-next to 0.16.2 2024-03-15 02:27:44 +00:00
CODE_OF_CONDUCT.md tools: update gyp-next to v0.9.1 2021-06-03 01:55:16 +00:00
CONTRIBUTING.md tools: update gyp-next to v0.9.1 2021-06-03 01:55:16 +00:00
gyp
gyp_main.py tools: update gyp-next to v0.9.1 2021-06-03 01:55:16 +00:00
gyp.bat
LICENSE
pyproject.toml tools: update gyp-next to 0.16.2 2024-03-15 02:27:44 +00:00
README.md tools: update gyp-next to v0.16.1 2023-10-31 12:44:38 +00:00
test_gyp.py tools: update gyp-next to v0.12.1 2022-04-08 15:00:56 +01:00

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.

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
  [ ... ]