Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.51 KB

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