Guest User

Untitled

a guest
Feb 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. $ merb-gen
  2. ~ Merb::Orms::DataMapper::Connect block.
  3. ~ Connecting to database...
  4. ~ Checking if we need to use DataMapper sessions
  5. ~ Merb::Orms::DataMapper::Connect complete
  6. ~ Compiling routes...
  7. Usage: merb-gen generator_name [options] [args]
  8.  
  9. Generate components for your application or entirely new applications.
  10.  
  11. Available Generators
  12. resource Generates a new resource.
  13. helper Generates a new helper.
  14. session_migration Generates a new session migration.
  15. controller Generates a new controller.
  16. slice Generates a merb slice.
  17. part This is a part controller generator
  18. plugin Merb plugin generator: lets you kick start your Merb plugin.
  19. layout Generates a layout
  20. resource_controller Generates a new resource controller.
  21. model Generates a new model. You can specify an ORM different from what the rest
  22. app Generates a merb application.
  23. migration This is a migration generator
  24.  
  25. General options:
  26. -p, --pretend Run, but do not make any changes.
  27. -f, --force Overwrite files that already exist.
  28. -s, --skip Skip files that already exist.
  29. -d, --delete Delete files that have previously been generated with this generator.
  30. --no-color Don't colorize the output
  31. -h, --help Show this message
  32. --version Show the version
  33. --debug Do not catch errors
Add Comment
Please, Sign In to add comment