Skip to content

knegusen/generator-js-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Installation

Install required tools:

$ npm install -g yo

Install generator:

$ npm install -g generator-js-module

Make a new director, and cd into it:

$ mkdir name-of-your-app && cd $_

Run yo wallaby-webpack-react:

$ yo js-module

Usage of generated project

Production

The module is built using babel.

npm build

Testing

You can test both using npm (jest) and wallabyJS.

Using node

Run single run for tests:

$ npm test

Using wallaby

Download plugin from wallaby.js and add to one of the supported IDEAS. The wallaby config file is tested ad verified in IntelliJ and Webstorm.

Please check wallaby.js for more information about the awesome test framework.

About

Yeoman generator for generating js module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published