Siracha

Siracha is a rails generator I create to init project with project_name and some practice gems that I usually used.

Installation

Install siracha:

gem install siracha

Then run:

siracha projectname 

to create a rails app.

Rails application will be generate with gems:

run siracha --help for more info

Using

I make it for me to be easier to add configuration step for generating next project. So I split each setting in to files. You can add your setting by create a new file to steps.

TODO

  • [ ] Init Angular4 app
  • [ ] Init Reactjs app with Redux, GraphQL, Immutable, and Replay
  • [ ] Deploy to heroku
  • [ ] Dockers