Skip to content

Files

Latest commit

80e9c79 · Apr 1, 2025

History

History

gyp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 1, 2025
Jun 12, 2024
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Oct 28, 2023
Apr 1, 2025
May 28, 2021
Jun 12, 2024
May 26, 2020
Jun 12, 2024
May 24, 2015
May 26, 2020
Apr 1, 2025
Apr 1, 2025
Jun 12, 2024
Sep 24, 2022

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