npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

stackgl-generator

1.0.4

@mattdesl

npmHomeRepoSnykSocket
Downloads:0
$ npm install stackgl-generator
DailyWeeklyMonthlyYearly

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.