Sha256: 2faccf5af0263bb9dbefb073e60bb35fe3d450fee314125cb7b9e11b50fccbf8
Contents?: true
Size: 817 Bytes
Versions: 1
Compression:
Stored size: 817 Bytes
Contents
Phoenix-cli ================= Phoenix Pretty CLI Use Phoenix Framework with the same friendly rails interface ## Setup 1. Install `gem install phoenix-cli`. ## Getting Started 1. Install Phoenix at the command prompt if you haven't yet: $ phoenix install 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 ## 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.2 | README.md |