Socket
Book a DemoInstallSign in
Socket

@eush77/generator-node

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eush77/generator-node

My custom Node generator

latest
Source
npmnpm
Version
0.7.2
Version published
Maintainers
1
Created
Source

generator-node

This is my custom generator for Node projects.

Usage

yo node

This will ask questions and create package.json, README.md, LICENSE, .gitignore, and .travis.yml (if requested).

yo node:bare

This will silently create minimal package.json to write scripts and accumulate dependencies in. Similar to npm init --yes.

Install

npm install -g eush77/generator-node

or from a scoped package

npm install -g @eush77/generator-node

Note that if you install it as a scoped package, you will need to specify its scope explicitly:

yo @eush77/node
yo @eush77/node:bare

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 04 Nov 2016

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