From 40da59623ec28a3e6982f67f70d1a71bf0065543 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Fri, 26 Mar 2021 16:38:42 +0300 Subject: [PATCH] Update CLI-New-Command-Samples.md --- docs/en/CLI-New-Command-Samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/CLI-New-Command-Samples.md b/docs/en/CLI-New-Command-Samples.md index f6bb286be9..30f1be5ef5 100644 --- a/docs/en/CLI-New-Command-Samples.md +++ b/docs/en/CLI-New-Command-Samples.md @@ -1,4 +1,4 @@ -# ABP CLI Create New Solution Commands +# ABP CLI Create Solution Sample Commands The `abp new` command creates an ABP solution or other artifacts based on an ABP template. ABP CLI has several parameters to create a new ABP solution. In this document we will show you some sample commands to create a new solution. All the project names are `Acme.BookStore`. Currently, the only available mobile project is a `React Native` mobile app. Available database providers are `Entity Framework Core` and `MongoDB`. All the commands starts with `abp new`.