Project

gennaro

0.0
No commit activity in last 3 years
No release in over 3 years
Generate templates for Sinatra. The built-in template provide a user authentication model, but you can add as many templates as you want.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 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