reapp-dev-tools

0.2.0 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.00latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.00
0.1.20
0.1.10
0.1.00
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i reapp-dev-tools

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • marcopeg