fabricate - to make by assembling parts or sections.
Fabricator is a tool for creating modular website toolkits - think "Tiny Bootstraps, for Every Client"
Each toolkit starts with a new instance of Fabricator. Grab the latest:
$ curl -L https://github.com/resource/fabricator/archive/master.tar.gz | tar zx --strip 1
Alternatively, you can scaffold a toolkit using the Yeoman generator:
$ npm install -g generator-fabricator
$ yo fabricator
Start development environment:
$ npm start
When you're ready to ship:
$ npm run build
Created by Luke Askew.
Logo by Tim Vonderloh.
Icons borrowed from SteadySets and Font Awesome.
Code syntax highlighting by Prism.