Skip to content

node-honeycomb/hc-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hc-boilerplate

honeycomb seed project.

how to add a new boilerplate

This repository use subtree to manage boilerplates.

add

git subtree add --prefix=<prefix> repostry ref --squash

update

git subtree pull --prefix=<prefix> repostry ref

boilerplates

Name Description Usage
hc-boilerplate-simple hc-bee seed project. honeycomb init -t simple
hc-boilerplate-jquery hc-bee seed project with jquery. honeycomb init -t jquery
hc-boilerplate-beatle hc-bee seed project with beatle. honeycomb init -t beatle
hc-boilerplate-console hc-bee seed project with beatle template. honeycomb init -t console