This is a registry of brunch skeletons. Human-readable version: http://brunch.io/skeletons
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
github.com/a/bmay simply bea/b. - Alias - a short alias, so users would be able to use
brunch new -s aliasinstead of specifying full Git URL.