class AzuCLI::Project
- AzuCLI::Project
- Reference
- Object
Included Modules
Defined in:
azu_cli/project.crConstant Summary
-
ARGS =
"[name]"
-
DESCRIPTION =
"#{bold("Azu - Project Generator")}\n\n The `azu project` command generates a new Crystal application with Azu \n installed and ORM.\n \n Docs - https://azutopia.gitbook.io/azu/installation"
Instance Method Summary
- #db : String
- #db=(v : String) : String
-
#db=(v : Nil)
nil
assignments are always ignored - #db? : String | Nil
- #help : Bool
- #help=(v : Bool) : Bool
-
#help=(v : Nil)
nil
assignments are always ignored - #help?
- #not_exists?(path, &)
- #on(event : String)
- #register_option_db(parser)
- #register_option_help(parser)
- #register_option_version(parser)
- #run(input, args)
-
#run
[app flow] step3 : main routine
- #shard(path = "./shard.yml")
- #show_usage
- #version : Bool
- #version=(v : Bool) : Bool
-
#version=(v : Nil)
nil
assignments are always ignored - #version?