1.0.1 • Published 8 years ago
turbo-waffle v1.0.1
Turbo Waffle
Turbo-powered waffle bundler for node projects.
Installation
npm install turbo-waffle --save-devUsage
Add the number of waffles you'd like to make to following to your package.json:
{
"waffles": 42
}Add the following to your scripts in package.json:
{
"scripts": {
"turbo-waffle": "node node_modules/turbo-waffle"
}
}Then run npm run turbo-waffle.
The output should be in your root directory as waffle.build.json.
Why?
Because Github dared me to.
