Experience-Monks / generator-jam3

This is a generator for Jam3 projects
MIT License
37 stars 3 forks source link

Integrate budo helper scripts for component rapid prototyping #143

Open cheapsteak opened 8 years ago

cheapsteak commented 8 years ago

Sample repo: https://github.com/Jam3/vue-budo-example Examples use Vue, but should not require significant changes to make it work for react components as well

Currently being tested on @jmckinnell and @Jephuff 's project with great results, perhaps wait a week or two to see what refinements develop as it's used

mattdesl commented 8 years ago

It also needs to be split into npm modules a bit before we start integrating it on multiple projects. Otherwise I will have to try and keep multiple scripts in sync as I find small bugs (e.g. I had to patch the npm run arg parsing the other day).