0.0.1 • Published 9 years ago

pompei v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Pompei is a JavaScript library.

Build Status

Dependency Status NPM version NPM downloads

MIT License

Gitter

Tools available

Usage

$ npm install

Available tasks

Build and test

$ ./make # or also `$ npm run default`

Convert the ES6 code into valid ES5 combining all the modules into one single file

$ ./make build # or also `$ npm run build`

Run all the tests

$ ./make test # or also `$ npm run test`

Start a nodejs static server

$ ./make serve # or also `$ npm run serve`

To compile and/or test the project anytime a file gets changed

$ ./make watch # or also `$ npm run watch`