Update README.md

This commit is contained in:
Filip Rojek 2021-08-15 20:48:10 +02:00 committed by GitHub
parent b7d1cf413c
commit b833fcdf2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
``` ```