0.0.2 • Published 13 years ago
inc v0.0.2
Incorporate
Consolidate Your Javascripts.
Install with npm using:
npm install inc -gincorporate.js is a simple easy-to-use tool that makes working with client side javascripts much less painful.
In the terminal
inc [incFile.js]incFile.js defaults to "inc.js" if no argument is given.
In the project
The incFile.js looks like this:
module.exports = {
"export" : "script.js",
"files" : []
};It's the module.exports object with the export string and files array.
To-Do
- create flag to create
incFile.js - watch
incFile.jsand update on changes