Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryotarai/railswizard
- Owner: ryotarai
- License: mit
- Created: 2013-02-10T03:54:52.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2013-02-10T04:58:44.000Z (almost 12 years ago)
- Last Synced: 2024-11-07T17:05:17.639Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```