mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
![]() * feat(gyp): update gyp to v0.15.1 * Add Python 3.12 to tests * Try to fix CI * Try specifying msvs-version * Modify the visual-studio matrix * Fix pythonLocation var * Fix Python tests * Get path * polish * feat(gyp): update gyp to v0.16.0 * feat(gyp): update gyp to v0.16.1 * CI: Don't install Python 'packaging' module (vendored in 'gyp-next' now) * Apply suggestions from code review * Upgrade to actions/checkout@v4 --------- Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com> |
||
---|---|---|
.. | ||
.github/workflows | ||
data/win | ||
pylib | ||
tools | ||
.gitignore | ||
AUTHORS | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
gyp | ||
gyp.bat | ||
gyp_main.py | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
test_gyp.py |
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
[ ... ]