Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodejs/gyp-next
A fork of the GYP build system for use in the Node.js projects
https://github.com/nodejs/gyp-next
Last synced: 27 days ago
JSON representation
A fork of the GYP build system for use in the Node.js projects
- Host: GitHub
- URL: https://github.com/nodejs/gyp-next
- Owner: nodejs
- License: bsd-3-clause
- Created: 2019-11-29T17:19:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T13:33:28.000Z (about 1 month ago)
- Last Synced: 2024-09-29T09:26:12.338Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.54 MB
- Stars: 130
- Watchers: 37
- Forks: 72
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-github-star - gyp-next
README
GYP can Generate Your Projects.
===================================Documents are available at [`./docs`](./docs).
__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:
* `python3 -m pip install gyp-next`When used as a command line utility, __gyp-next__ can also be installed with [pipx](https://pypa.github.io/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
[ ... ]
```