Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onyxblade/mysinatra

个人用Sinatra Project Generator
https://github.com/onyxblade/mysinatra

Last synced: 16 days ago
JSON representation

个人用Sinatra Project Generator

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