create-dotnet-app
v1.1.7
Published
Create dotnet application
Downloads
4
Readme
Install
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 .
Why?
- Simplified the process of creating dotnet application.
How to use?
- 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
Support
This project create default Web API and Console applications.
:computer: Authors
:closed_book: License
This project is under a license MIT.