0.1.0 • Published 7 years ago
gyp-cli v0.1.0
gyp-cli
npm CLI to create and manage .gyp files
Features
- Initialize binding.gyp file for you.
- Search all
.ccand.cppfiles in the local tree. - Auto include both
nanandnode-addon-api.
Getting Started
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i gyp-cli
# or
$ yarn add gyp-cli
# orUsage example
When installed globally the gyp executable will be exposed in your terminal.
$ gyp --help
$ gyp --initArguments
| argument | shortcut | description |
|---|---|---|
| --init | -i | Initialize binding.gyp file |
| --update | -u | Update binding.gyp file |
Note: only one argument at a time can be triggered!
Licence
MIT
0.1.0
7 years ago