1.6.6 • Published 8 years ago

generator-jrweb v1.6.6

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

generator-jrweb

Simple Yeoman generator for front-end web projects. Unlike other generators which are often bloated and install more than is needed, this generator only installs the bare minimum to get up-and-running.

Runs webpack with webpack-dev-server for development, with Babel or TypeScript for ES6/ES7 transpiliation, along with source maps and a production build step. Uses SASS for CSS.

Includes a choice of either a basic bootstrap (choice of Angular 1.x, Angular 2, React) or an empty JavaScript file.

Travis semantic-release Commitizen friendly npm version

Installation

Ensure Yeoman is installed globally (npm install -g yeoman) and install the generator via:

npm install -g generator-jrweb

Usage

From the command line, open the directory where you wish to create the project and enter:

yo jrweb

1.6.6

8 years ago

1.6.5

8 years ago

1.6.4

8 years ago

1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago