Created
June 29, 2022 13:42
-
-
Save jeffscottbrown/c6471bbf3eb652fafe94ad6119949d20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ mn create-app someapp | |
| Application created at /Users/jeffscottbrown/someapp | |
~ $ | |
~ $ cd someapp | |
someapp $ | |
someapp $ mn --help | |
Usage: mn [-hvVx] [COMMAND] | |
Micronaut CLI command line interface for generating projects and services. | |
Application generation commands are: | |
* create-app NAME | |
* create-cli-app NAME | |
* create-function-app NAME | |
* create-grpc-app NAME | |
* create-messaging-app NAME | |
Options: | |
-h, --help Show this help message and exit. | |
-v, --verbose Create verbose output. | |
-V, --version Print version information and exit. | |
-x, --stacktrace Show full stack trace when exceptions occur. | |
Commands: | |
create-app Creates an application | |
create-cli-app Creates a CLI application | |
create-function-app Creates a Cloud Function | |
create-grpc-app Creates a gRPC application | |
create-messaging-app Creates a messaging application | |
create A guided walk-through to create an application | |
create-test Creates a simple test for the project's testing framework | |
create-job Creates a job with scheduled method | |
create-controller Creates a controller and associated test | |
feature-diff Produces the diff of an original project with an original project with | |
additional features. | |
create-websocket-server Creates a Websocket server | |
create-client Creates a client interface | |
create-bean Creates a singleton bean | |
create-websocket-client Creates a Websocket client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment