Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reggi/inc

Consolidate your javascripts
https://github.com/reggi/inc

Last synced: about 1 month ago
JSON representation

Consolidate your javascripts

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