Socket
Book a DemoInstallSign in
Socket

gyp-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gyp-cli

npm CLI to create and manage .gyp files

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

gyp-cli

Maintenance MIT V0.1.0

npm CLI to create and manage .gyp files

Features

  • Initialize binding.gyp file for you.
  • Search all .cc and .cpp files in the local tree.
  • Auto include both nan and node-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
# or

Usage example

When installed globally the gyp executable will be exposed in your terminal.

$ gyp --help
$ gyp --init

Arguments

argumentshortcutdescription
--init-iInitialize binding.gyp file
--update-uUpdate binding.gyp file

Note: only one argument at a time can be triggered!

Licence

MIT

Keywords

gyp

FAQs

Package last updated on 28 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts