Without installation
$ npx create-dotnet-app
Manual installation
$ git clone https://github.com/bernardogeneroso/Create-Dotnet-App
$ cd Create-Dotnet-App && npm i && npm i -g .
- Simplified the process of creating dotnet application.
- Install
- In the folder where you want to create the project, just run the command below
Without creating folder
$ create-dotnet-app
Create folder and cd
$ create-dotnet-app -f name
This project create default Web API and Console applications.
Bernardo Generoso @bernardogeneroso 💻 |
This project is under a license MIT.