0.2.0 • Published 8 years ago

reapp-dev-tools v0.2.0

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

reapp-dev-tools

dev tools for generator-reapp (Yeoman React Generator)

Folder Structure

/src

Write here your ES6 source files.

/test

Write here your ES6 unit tests.

/lib

This is the target folder for ES5 transpiled files.

(ES6)          (ES5)
/src/foo.js -> /lib/foo.js

/dist

This is the target folder for Webpack to build the standalone distribution for your library.

/coverage

This is the target folder for the test coverage report.

Provided Scripts

There are a couple of NPM scripts which make your developer life easier:

npm run build

It transpiles /src into ES5 compatible files in /lib.

npm run build:watch

It transpiles and monitor /src files for new changes.

npm lint

It checks your code for any possible problem or style errors accordingly to .eslintrc.

npm clean

It removes all the generated files in /lib and /coverage.

npm test

npm run test:watch

npm run test:cov

It runs the tests and produces a test coverage report in /coverage.

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago