@quietmath/generator-yo-bootstrapper

0.1.1 • Public • Published

Yeoman Bootstrapper

Node.JS project generator based on Quiet Math project templates. This is open source, but you'll likely never use it. It's pretty specific to Quiet Math developer flow.

Installation

Do you have Yeoman installed?

npm install yo -g

Now install the generator globally:

npm install @quietmath/generator-yo-bootstrapper -g

Usage

Since this is a scoped package, usage is a little different:

yo @quietmath/yo-bootstrapper

You'll want to answer the prompted questions about:

  • Application name
  • Application description
  • Your name
  • Your email
  • The repository name (essentially assumes a GitHub repo here)
  • Technology stack (Node.JS is the only current option)
  • Type of application (library package, ExpressJS web application, or Restify API)

Once complete, the generator will bootstrap your folder with common configuration files, and will install some default NPM packages.

Package Sidebar

Install

npm i @quietmath/generator-yo-bootstrapper

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

12.4 kB

Total Files

10

Last publish

Collaborators

  • szul