README.md in phoenix-cli-0.0.2 vs README.md in phoenix-cli-0.0.3
- old
+ new
@@ -2,30 +2,29 @@
=================
Phoenix Pretty CLI
Use Phoenix Framework with the same friendly rails interface
+![Alt Text](screenshot.gif)
+
## Setup
1. Install `gem install phoenix-cli`.
-## Getting Started
+## Commands List
-1. Install Phoenix at the command prompt if you haven't yet:
- $ phoenix install
+| Command | Description |
+| --- | --- |
+| install | Install Phoenix Framework |
+| new APP_PATH | Create new Phoenix application |
+| deps | Install the Phoenix dependencies |
+| server | Start the web server |
+| console | Start Phoenix console |
+| routes | Show Phoenix routes |
+| version | Get current CLI version |
-2. At the command prompt, create a new Phoenix application:
- $ phoenix new myapp
-
- where "myapp" is the application name.
-
-3. Install the phoenix dependencies
- $ phoenix deps
-
-4. Change directory to myapp and start the web server:
- $ cd myapp
- $ phoenix server
+Run `phoenix` for more options
## Development
When hacking on this gem, the REPL `pry` comes in handy. You can load the