sprocket

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

Usage no npm install needed!

<script type="module">
  import sprocket from 'https://cdn.skypack.dev/sprocket';
</script>

README

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

Packagesprocket
Description Opinioned, Convention over Configuration asset build tool for any javascript frameworks.
Node Version >= 0.10
Gulp Version >= 3.5.0

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