Browse Source

add CLI-New-Command-Samples.md link

pull/8270/head
Alper Ebicoglu 5 years ago
committed by GitHub
parent
commit
ff73017e80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/CLI.md

2
docs/en/CLI.md

@ -79,6 +79,8 @@ abp new Acme.BookStore
* `Acme.BookStore` is the solution name here.
* Common convention is to name a solution is like *YourCompany.YourProject*. However, you can use different naming like *YourProject* (single level namespacing) or *YourCompany.YourProduct.YourModule* (three levels namespacing).
For more samples, go to [ABP CLI Create Solution Samples](CLI-New-Command-Samples.md)
#### Options
* `--template` or `-t`: Specifies the template name. Default template name is `app`, which generates a web application. Available templates:

Loading…
Cancel
Save