0.0.1 • Published 10 years ago
pompei v0.0.1
Pompei is a JavaScript library.
Tools available
Usage
$ npm installAvailable 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`0.0.1
10 years ago