Sha256: dbbaf2145c6a9100290dddb8efe64ad87885088b78e54123b49c49baec17f427

Contents?: true

Size: 843 Bytes

Versions: 1

Compression:

Stored size: 843 Bytes

Contents

Phoenix-cli
=================

Phoenix Pretty CLI
Use Phoenix Framework with the same friendly rails interface

![Alt Text](screenshot.gif)

## Setup

1. Install `gem install phoenix-cli`.

## Commands List

| 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 |


Run `phoenix` for more options


## Development

When hacking on this gem, the REPL `pry` comes in handy. You can load the
contents of the gem with `pry --gem`.

To test the CLI, run

    ruby -Ilib bin/phoenix-cli


## License

Phoenix CLI is released under the [MIT License](http://www.opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phoenix-cli-0.0.3 README.md