Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryotarai/railswizard

A tool to create a new rails app with RailsWizard(http://railswizard.org) template
https://github.com/ryotarai/railswizard

Last synced: 9 days ago
JSON representation

A tool to create a new rails app with RailsWizard(http://railswizard.org) template

Awesome Lists containing this project

README

        

# Railswizard

A tool to create a new rails app with RailsWizard(http://railswizard.org) template

## Installation
$ gem install railswizard

## Usage
```
$ railswizard list
+---------------+---------------+----------------+
| Name | Key | Category |
+---------------+---------------+----------------+
| ActiveRecord | activerecord | persistence |
| Capybara | capybara | testing |
| Cucumber | cucumber | testing |
| Devise | devise | authentication |
| EnvYAML | env_yaml | other |
| Git | git | other |
| HAML | haml | templating |
| Heroku | heroku | deployment |
+---------------+---------------+----------------+

$ railswizard new app_name activerecord capybara cucumber
```