Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Greulich committed Apr 10, 2012
1 parent 44533e5 commit e2b579c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Readme.md
@@ -1,16 +1,19 @@
## Sing
Making Sinatra even easier.

Sing will create the basic directory structure and base files for a Sinatra
webapp. It creates your Gemfile (containing haml, sass, and compass),
config.ru, index.haml, application.scss, and downloads jquery for you.
Sing will create the basic directory structure and base files for a Sinatra webapp. It creates your Gemfile (containing haml, sass, and compass), config.ru, index.haml, application.scss, and downloads jquery for you.

I created this with ruby 1.9.2, but it should work in 1.8.7 just fine.

### Installation
---
To install, assuming you are using [RVM](http://beginrescueend.com/) (and you should be),

gem install sing

### Examples
---
Create a new project; from the dirctory you want the project directory
to live in:
Create a new project; from the dirctory you want the project directory to live in:

sing new my_project

Expand All @@ -21,7 +24,7 @@ to live in:
-->
### Usage
---
sing [options] command [project_name]
sing command project_name

For help use:

Expand Down

0 comments on commit e2b579c

Please sign in to comment.