Socket
Book a DemoInstallSign in
Socket

stackgl-generator

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackgl-generator

Spits out fresh stackgl modules for your convenience

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
7
Created
Source

stackgl-generator experimental

Spits out fresh stackgl modules for your convenience. Usage is optional :)

Usage

Install with npm:

npm install -g stackgl-generator

Update your npm config:

npm config set init.author.name "Your Name"
npm config set init.author.url "http://example.com"
npm config set init.author.email "me@example.com"
npm config set init.author.github "your-github-handle"

Run the generator in a fresh folder and you're good to go!

mkdir my-new-module
cd my-new-module
stackgl-generator
npm install

License

MIT. See LICENSE.md for details.

Keywords

generator

FAQs

Package last updated on 27 Jun 2015

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