0.4.0 • Published 11 years ago

sprocket v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

sprocket Travis CI Quality Coverage Dependencies

Opinioned, Convention over Configuration asset build tool for any javascript frameworks.

Version

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:

2014-06-27 11 58 18

Notice the project structure in the left

2. Specify the dependency in admin.html.ejs (or index.jade):

2014-06-27 12 36 58

3. Running server under development mode:

2014-06-27 11 56 47

4. npm start in production:

2014-06-27 12 34 11

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

devDependency Status

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request