Setup
css-modules-compiler is available as npm module, to use it on your project run:
npm install --save-dev css-modules-compiler
Once is installed you're ready to go.
Usage
The module can be
- invoked from 
cli - invoked from a npm script
 - executed directly from Node.js modules or gulp tasks
 
See the Quick Start page for more details.
Future implementations
We plan to offer the module in several flavors to suit your needs, stay tuned to have it as
- [ ] webpack plugin
 - [ ] gulp plugin
 - ....