Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onyxblade/mysinatra
个人用Sinatra Project Generator
https://github.com/onyxblade/mysinatra
Last synced: 16 days ago
JSON representation
个人用Sinatra Project Generator
- Host: GitHub
- URL: https://github.com/onyxblade/mysinatra
- Owner: onyxblade
- Created: 2015-06-29T09:07:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T14:43:53.000Z (over 9 years ago)
- Last Synced: 2025-01-02T23:14:17.594Z (24 days ago)
- Language: Ruby
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
MySinatra
=====自制的一个Sinatra Project Generator。早日脱离Padrino,早日获得新生。
###Usage
```shell
smx new new_project
smx g controller new_controller
smx g model new_model
smx g migration new_migration
smx db:migrate
smx db:rollback
```