🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

brunch-skeletons

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brunch-skeletons

A registry of Brunch skeletons

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 15 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts