honeycomb seed project.
This repository use subtree to manage boilerplates.
add
git subtree add --prefix=<prefix> repostry ref --squash
update
git subtree pull --prefix=<prefix> repostry ref
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 |