ewilde / crane

Crane creates builds scripts so you don't have to
http://blog.cranebuild.com
Apache License 2.0
6 stars 2 forks source link

Split init into two commands #39

Closed kevholditch closed 9 years ago

kevholditch commented 9 years ago

Split init command into two commands so you can template a project without the builds and create a build without creating a project. Then update init to call the two commands.

crane init (crane init projectname, crane assemble projectname) crane init projectname -nobuild crane assemble