[DEPRECATED] This project was deprecated because github now have templates.
Bonsai is "an Asian art form using cultivation techniques to produce small trees in containers that mimic the shape and scale of full size trees" - Wikipedia
This generator mimics the shape of a big project. As we come along we had to rebuild the same over and over, so we decided to create a generate to help us.
It allows you to generate a frontend boilerplate as well which can be either in javascript or typescript.
Make sure to have yeoman installed!
$ npm install -g yo
And then install bonsai using
npm install -g generator-bonsai
Use it as a command line app. Anywhere in your system, run yo bonsai
answer the questions and it will create a new project, ready to work.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.