Skip to content

A fork of the GYP build system for use in the Node.js projects

License

Notifications You must be signed in to change notification settings

nodejs/gyp-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf43efb · May 29, 2024
May 26, 2024
Apr 1, 2024
May 23, 2024
May 8, 2024
Apr 9, 2023
Mar 15, 2020
May 29, 2024
Apr 20, 2023
May 29, 2024
Apr 2, 2021
May 23, 2024
May 5, 2020
May 23, 2024
Nov 29, 2019
Nov 29, 2019
Feb 18, 2021
May 29, 2024
Mar 11, 2024
Mar 4, 2022

Repository files navigation

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