Update README.md

This commit is contained in:
2021-08-15 20:46:35 +02:00
committed by GitHub
parent 370de4349b
commit b7d1cf413c

View File

@@ -21,16 +21,16 @@ This will install nork globally. If you would like to install nork for only one
Usage: nork <command> [options] Usage: nork <command> [options]
Options: Options:
-v, --version output the version number -v, --version output the version number
-h, --help output usage information -h, --help output usage information
Commands: Commands:
create [app-name] create a new project create [app-name] create a new project
make:controller create a new controller make:controller create a new controller
make:middleware create a new middleware make:middleware create a new middleware
make:model create a new model make:model create a new model
make:route create a new route make:route create a new route
make:test create a new test make:test create a new test
make:view create a new view make:view create a new view
setup set up an existing project for nork setup set up an existing project for nork
``` ```