class Squib::Commands::New
Generate a new Squib
project into a fresh directory.
Provides conventions for using Git (you are using version control, right??). Also provides some basic layout and config files to start from, along with templates for instructions and other notes you don’t want to forget.
@example
squib new foo-blasters cd foo-blasters ruby deck.rb git init git add . git commit -m "Starting my cool new game using Squib!"
@api public