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 1Alternatively, you can scaffold a toolkit using the Yeoman generator:
$ npm install -g generator-fabricator
$ yo fabricatorStart development environment:
$ npm startWhen you're ready to ship:
$ npm run buildCreated by Luke Askew.
Logo by Tim Vonderloh.
Icons borrowed from SteadySets and Font Awesome.
Code syntax highlighting by Prism.