node/tools/gyp
Node.js GitHub Bot a3693d2c49
tools: update gyp-next to 0.18.3
PR-URL: https://github.com/nodejs/node/pull/55464
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2024-10-22 12:37:29 +00:00
..
data
docs tools: update gyp-next to 0.18.2 2024-10-08 03:15:03 +00:00
pylib build,win: enable pch for clang-cl 2024-10-11 10:28:55 +00:00
tools tools: update gyp-next to 0.18.2 2024-10-08 03:15:03 +00:00
.gitignore
AUTHORS
CHANGELOG.md tools: update gyp-next to 0.18.3 2024-10-22 12:37:29 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
gyp
gyp_main.py
gyp.bat
LICENSE
pyproject.toml tools: update gyp-next to 0.18.3 2024-10-22 12:37:29 +00:00
README.md
release-please-config.json
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
  [ ... ]