0.4.0 • Published 11 years ago
sprocket v0.4.0
sprocket

Opinioned, Convention over Configuration asset build tool for any javascript frameworks.
It's designed for ExpressJS websites, SailsJS websites and even pure-static websites. Pure jQuery site? Or fancy AngularJS Apps? No problem!
The only required dependency is gulpjs. We use gulpfile to build your workflow.
Quick Overview
4 Steps to bring all goodies to your front end development!
1. With your assets files:

Notice the project structure in the left
2. Specify the dependency in admin.html.ejs (or index.jade):

3. Running server under development mode:

- Resolving dependencies
- Compiling languages extensions
- Running linting tools
4. npm start in production:

See the example project for these steps.
Convention over Configuration Wins
Usage
It's simple. Go to the APIs page and walk through it.
Docs
Incentive
APIs
Information
Contributing
Help Wanted
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request