From ff73017e80295e3f140e7159fe3abedbd4ad5030 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Tue, 30 Mar 2021 16:18:51 +0300 Subject: [PATCH] add CLI-New-Command-Samples.md link --- docs/en/CLI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index fc76aa997b..4d5d06d73e 100644 --- a/docs/en/CLI.md +++ b/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: