/fabricator

A tool for creating modular websites

Primary LanguageJavaScriptMIT LicenseMIT

devDependency Status

Fabricator

Fabricator

fabricate - to make by assembling parts or sections.

Fabricator is a tool for creating modular website toolkits - think "Tiny Bootstraps, for Every Client"

Usage

1. Download

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

2. Develop

Start development environment:

$ npm start

3. Build

When you're ready to ship:

$ npm run build

Documentation

Check out the wiki.

Credits

Created by Luke Askew.

Logo by Tim Vonderloh.

Icons borrowed from SteadySets and Font Awesome.

Code syntax highlighting by Prism.

License

Copyright (c) 2014 Resource LLC