0.2.0 • Published 4 years ago

brunch-skeletons v0.2.0

Weekly downloads
9,271
License
MIT
Repository
github
Last release
4 years ago

Brunch Skeletons Build Status

This is a registry of Brunch skeletons. Human-readable version: http://brunch.io/skeletons

Adding your skeleton

Simply edit skeletons.json file and add a new entry to the top of the file, but below official Brunch skeletons:

{
  "title": "Brunch with Exim",
  "url": "hellyeahllc/with-exim",
  "alias": "exim",
  "technologies": "Babel, ES6, React, Exim",
  "description": "Very useful for Cordova apps. A simple skeleton that uses HTML5 boilerplate, React and Exim framework."
}
  • Title Simple and concise title of your skeleton.
  • URL Git URL. For GitHub repos, github.com/user/repo can be shortened to user/repo.
  • Alias a short alias, so users would be able to use brunch new -s alias instead of specifying full Git URL.
0.2.0

4 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago