Brunch Skeletons
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 — Simple and concise title of your skeleton.
- URL — Git URL. For GitHub repos,
github.com/user/repo
can be shortened touser/repo
. - Alias — a short alias, so users would be able to use
brunch new -s alias
instead of specifying full Git URL.