- Updated controller template
- Controller template uses
fl-backbone-rest
- Updated some templates. The
created_at
default is nowcreatedDate
- Add model command updated to include a base template
- Variables now camelCase by default
new
commands added thanks to @hengji-liufl new-web appname
: Create a new web appfl new-mobile appname
: Checkout the src of a base mobile app with react-native
- models use smartSync
- controllers auth method fix
- controllers auth method allows only
GET
by default
- fixed path to model in controllers
- add_model uses PascalCase for class+controller filenames
- fl add_model initial implementation