0.2.0 • Published 9 years ago

reapp-dev-tools v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 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

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago