https://github.com/roxasshadow/gennaro
Sinatra skeleton generator with a complete authentication template inside.
https://github.com/roxasshadow/gennaro
Last synced: 18 days ago
JSON representation
Sinatra skeleton generator with a complete authentication template inside.
- Host: GitHub
- URL: https://github.com/roxasshadow/gennaro
- Owner: RoxasShadow
- Created: 2013-12-15T15:45:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T13:39:09.000Z (over 12 years ago)
- Last Synced: 2025-03-09T11:02:47.019Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gennaro - È attento alla strada
=================================================
Gennaro is a skeleton generator for Sinatra, Padrino or what you want.
As built-in skeleton it currently provides `authentication`, a UI-complete user management template, but you are free to add any template you want.
Install
====
`$ gem install gennaro`
Example
====
Generate the `authentication` skeleton for your app named `App` in the current path
`$ gennaro -g authentication`
--------------
Generate the `authentication` skeleton for your app named `Example` the folder `server`
`$ gennaro -g authentication -c Example -p server`
--------------
Use some other standalone skeleton
`$ gennaro -g mycoolskeleton -c Example -p server -t my_templates`
--------------
Show all the built-in skeletons
`$ gennaro -l`
--------------
Show the help
`$ gennaro -h`