CreateProj
Description
Quickly create a new project with git respotitory, post commit hooks, and dependencies indended to be included for all projects.
Read more on my blog.
Steps for building/publish gem
- From
createproj
directory, run:rake gem:build
to build the gemrake gem:publish
to publish the gem
Development
- Code is linted using rubocop
- Code is documented using Yardoc
Assumptions
I built this largely for my personal use so there are a couple of assumptions made. The first is that RVM and Cabal are installed.