Class: Squib::Commands::New

Inherits:
Object
  • Object
show all
Defined in:
lib/squib/commands/new.rb

Overview

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.

Examples:

squib new foo-blasters
cd foo-blasters
ruby deck.rb
git init
git add .
git commit -m "Starting my cool new game using Squib!"