packa
v0.4.0
Published
Debug server and build utility for Bower packages
Downloads
21
Readme
PackaJS
Debug server and build utility for Bower packages. Bower makes it easy to pull down front-end libraries for your application. PackaJS helps you debug your scripts during development and prepare them for deployment.
Installation
Install PackaJS with Node's package management utility. PackaJS requires Node 0.8 or above.
npm install packa
Launching the debug server
packa debug
Building your application
packa build
PackaJS development
If you're interested in contributing to the development of PackaJS, fork the repo and issue a pull request with your changes.
Tests are written with Mocha and can be run with the following:
npm test