rscaffold
make a new ruby project. rscaffold is a similar concept to jeweler, but is meant to be simpler and smaller.
Installation
git clone https://github.com/rscaffold
cd rscaffold
rake install
(use sudo
as necessary)
Runtime Requirements
ruby >= 1.9.2
Build Requirements
rake
Inspiration and History
I like automated setup of project scaffolding. I thought jeweler is a little too much.
License
© 2014 Noah Birnel MIT license
rscaffold
NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
FILES
SEE ALSO
BUGS
LICENSE
NAME
rscaffold − generate scaffolding for a ruby gem
SYNOPSIS
rscaffold PROJECT_NAME
DESCRIPTION
rscaffold generates most things you would want in a basic ruby project.
OPTIONS
--help Print a brief usage message.
EXAMPLES
rscaffold
FILES
SEE ALSO
ruby(1)
BUGS |
Probably. |
LICENSE
Copyright Noah Birnel
MIT License