1.0.2 • Published 2 years ago

generator-jsapp-jest v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

generator-jsapp-jest NPM version

Js app generator (almost clean + jest devDependency)

Installation

First, install Yeoman and generator-jsapp-jest using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-jsapp-jest

Then generate your new project:

$ yo jsapp-jest

The generator uses yarn package manager by default, in order to use npm you can provide --use-npm option:

$ yo jsapp-jest --use-npm

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Rushan Alyautdinov