Skip to content
New issue

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

Add components completion #15

Open
wikimatze opened this issue May 10, 2018 · 0 comments
Open

Add components completion #15

wikimatze opened this issue May 10, 2018 · 0 comments

Comments

@wikimatze
Copy link
Owner

➜ /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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant