Browse Source
adds module to your solution argument
pull/8655/head
Alper Ebicoglu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
docs/en/CLI-New-Command-Samples.md
|
|
|
@ -126,6 +126,12 @@ Module are reusable sub applications used by your main project. Using ABP Module |
|
|
|
```bash |
|
|
|
abp new Acme.IssueManagement -t module --no-ui |
|
|
|
``` |
|
|
|
|
|
|
|
* Creates the module and adds it to your solution |
|
|
|
|
|
|
|
```bash |
|
|
|
abp new Acme.IssueManagement -t module --add-to-solution-file |
|
|
|
``` |
|
|
|
|
|
|
|
## Create a solution from a specific version |
|
|
|
|
|
|
|
|