
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
generator-install
Advanced tools
A generator to install remote generator

npm install -g generator-install
yo install
yo install [pkg]
yo install --keyword=angular
yo install --tmpDir=./ --cfg=path/to/file
var generator = require('generator-install');
generator.run(options);
support first argument to be pkg, skip prompting
yo install generator-ngfis is alias as yo install --pkg=generator-ngfis
cfg : config file, support:
keyword : filter generator
pkg : install target
npm install pkgnpm register name / folder path / git url / github short name, see also npm install docs.clean : Where to clean generator cache, default to false
tmpDir : Where to npm install generator, default to os.tmpDir()
buildin : true to use config.json of this repository , default (false) to query npm using keyword 'yeoman-generator'
{Array}
npm install pkg[
{
"name": "generator-ngfis",
"description": "ngfis generator",
"author": "TZ <atian25@qq.com>",
"repository": "https://github.com/ng-workflow/generator-ngfis"
},
{
"name": "what ever name, pkg is github short name",
"pkg": "ng-workflow/generator-ngfis",
"description": "ngfis generator",
"author": "TZ <atian25@qq.com>",
"repository": "https://github.com/ng-workflow/generator-ngfis"
},
{
"name": "what ever name, pkg is github url",
"pkg": "https://github.com/ng-workflow/generator-ngfis",
"description": "ngfis generator",
"author": "TZ <atian25@qq.com>",
"repository": "https://github.com/ng-workflow/generator-ngfis"
},
{
"name": "what ever name, pkg is local url",
"pkg": "/Usr/TZ/path/to/module",
"description": "ngfis generator",
"author": "TZ <atian25@qq.com>",
"repository": "https://github.com/ng-workflow/generator-ngfis"
}
]
FAQs
A generator to install remote generator
The npm package generator-install receives a total of 7 weekly downloads. As such, generator-install popularity was classified as not popular.
We found that generator-install demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.