# Node Compiler

Node Compiler is a flexible single page application compiler that supports a number of integrations. I found it difficult to find a module that supports the integrations I need and therefore decided I would create my own. Using JavaScript Object Notation, users can easily configure how the compiler behaves. There are future plans to implement a graphical interface to aid the creation of the configuration object. Suggestions for other integrations are more than welcome!

---

###### Getting Started

- [Quick Start](https://github.com/Lewie9021/node-compiler/wiki/Quick-Start)
- [Configuration Object](https://github.com/Lewie9021/node-compiler/wiki/Configuration-Object)
- [Command Line Interface](https://github.com/Lewie9021/node-compiler/wiki/Command-Line-Interface)
- [Integrations](https://github.com/Lewie9021/node-compiler/wiki/Integrations)

###### Miscellaneous

- [Future Improvements](https://github.com/Lewie9021/node-compiler/wiki/Future-Improvements)
- [Change Log](https://github.com/Lewie9021/node-compiler/wiki/Change-Log)
- [Licence](https://github.com/Lewie9021/node-compiler/wiki/Licence)
