An open API service indexing awesome lists of open source software.

https://github.com/gilbert/staticmatic-js-app-starter

Quick starter for backbone.js, underscore.js, and jquery
https://github.com/gilbert/staticmatic-js-app-starter

Last synced: 9 months ago
JSON representation

Quick starter for backbone.js, underscore.js, and jquery

Awesome Lists containing this project

README

          

# StaticMatic JS Starter App

Includes:

- Underscore.js 1.4.3
- Backbone.js 0.9.9
- jQuery 1.8.3

To use:

$ staticmatic add js-app git://github.com/mindeavor/staticmatic-js-app-starter.git
$ staticmatic init my-new-project --skeleton=js-app

The first line stores a named reference (`js-app`) to a repository of your choosing. You only need to do this once.

The second line clones the referenced repository into a freshly created `my-new-project` folder, as well as removes the `.git/` folder so you can do your own `git init`.

Visit [https://github.com/mindeavor/staticmatic2](https://github.com/mindeavor/staticmatic2) for more info.