0.1.1 • Published 7 years ago

generator-jsplus v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Generator-JSPlus

Generator-JSPlus bootstraps Node.JS JavaScript or TypeScript project with bare minimum files and complete test suite with Yeoman-Generator.

Setup

Install generator as global

npm install -g yeoman-generator generator-jsplus

Usage

Create new project directory to begin with

~ $ mkdir project
~ $ cd project

Run JSPlus with yo jsplus command

~/project $ yo jsplus

Follow instruction given by the generator.

Features

  • Scaffolds basic JavaScript or TypeScript project
  • Complete test suite with Travis-CI and Coveralls
  • Additional test using Docker npm run docker
  • Save-and-reload mechanism with npm run watch
0.1.1

7 years ago

0.1.0

7 years ago