Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/inc
Consolidate your javascripts
https://github.com/reggi/inc
Last synced: about 1 month ago
JSON representation
Consolidate your javascripts
- Host: GitHub
- URL: https://github.com/reggi/inc
- Owner: reggi
- Created: 2012-12-22T15:51:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T05:25:52.000Z (almost 12 years ago)
- Last Synced: 2024-10-05T10:45:49.763Z (about 2 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Incorporate
Consolidate Your Javascripts.
---
---
Install with `npm` using:
npm install inc -g
`incorporate.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.js` and update on changes