adds module to your solution argument

pull/8640/head^2
Alper Ebicoglu 5 years ago committed by GitHub
parent 803bc335cd
commit 21d401546e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,6 +127,12 @@ Module are reusable sub applications used by your main project. Using ABP Module
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
When you create a solution, it always creates with the latest version. To create a project from an older version, you can pass the `--version` parameter.

Loading…
Cancel
Save