We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ /t/blog-update padrino g component Usage: padrino-gen component [options]
Options: -n, [--app=APP] # The application name -r, [--root=ROOT] # The root destination # Default: . -a, [--adapter=ADAPTER] # SQL adapter for ORM (sqlite, mysql, mysql2, mysql-gem, postgres) # Default: sqlite -d, [--orm=ORM] # The database engine component (ripple, datamapper, mongoid, minirecord, dynamoid, mongomapper, couchrest, sequel, ohm, mongomatic, activerecord, none) -t, [--test=TEST] # The testing framework component (rspec, minitest, bacon, testunit, cucumber, shoulda, none) -m, [--mock=MOCK] # The mocking library component (mocha, rr, none) -s, [--script=SCRIPT] # The javascript library component (extcore, prototype, jquery, dojo, mootools, none) -e, [--renderer=RENDERER] # The template engine component (erb, slim, haml, liquid, none) -c, [--stylesheet=STYLESHEET] # The stylesheet engine component (scss, compass, sass, less, none)
Description:
padrino-gen component add components into a Padrino project
Current Selected Components: orm sequel test rspec mock none script jquery renderer haml stylesheet scss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
➜ /t/blog-update padrino g component
Usage:
padrino-gen component [options]
Options:
-n, [--app=APP] # The application name
-r, [--root=ROOT] # The root destination
# Default: .
-a, [--adapter=ADAPTER] # SQL adapter for ORM (sqlite, mysql, mysql2, mysql-gem, postgres)
# Default: sqlite
-d, [--orm=ORM] # The database engine component (ripple, datamapper, mongoid, minirecord, dynamoid, mongomapper, couchrest, sequel, ohm, mongomatic, activerecord, none)
-t, [--test=TEST] # The testing framework component (rspec, minitest, bacon, testunit, cucumber, shoulda, none)
-m, [--mock=MOCK] # The mocking library component (mocha, rr, none)
-s, [--script=SCRIPT] # The javascript library component (extcore, prototype, jquery, dojo, mootools, none)
-e, [--renderer=RENDERER] # The template engine component (erb, slim, haml, liquid, none)
-c, [--stylesheet=STYLESHEET] # The stylesheet engine component (scss, compass, sass, less, none)
Description:
Current Selected Components:
orm sequel
test rspec
mock none
script jquery
renderer haml
stylesheet scss
The text was updated successfully, but these errors were encountered: