Home

Awesome

StaticMatic JS Starter App

Includes:

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 for more info.