Skip to content

moredip/blank_ruby_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A blank ruby app

Ready for you to start working on!

Creating a new project using blank_ruby_app as a template:

NEW_APP_DIR=foo
curl -L http://github.com/moredip/blank_ruby_app/tarball/master | tar xzv
mv moredip-blank_ruby_app* $NEW_APP_DIR
cd $NEW_APP_DIR
rm README.md
git init 
git add .
git commit -m 'initial commit, based on blank_ruby_app template'

About

A template for starting a new ruby application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages