Dhl (dotnet helper) is a command-line application for creating and modifying .Net projects easily on Linux.
This project uses dotnet for creating projects, scaffolding templates and etc., so make sure you've already installed the latest dotnet CLI on your machine.
other dependencies we use in this project:
- git
- shell
For running this project, make sure you installed dotnet and git on your device.
> git clone https://github.com/b3hniya/dhl.git
> cd ./dhl
> dotnet run
For installing dhl on your machine, please run the following script on your terminal.
> ./install.sh
> dhl --help
For uninstalling dhl on your machine, run the following script.
> ./uninstall.sh
For create project using cli, run the following command
> dhl create
- C#
- .Net 6.0
- Shell
- Sharprompt
If you are interested in contributing to this project, please feel free to fork. And If you run into any issue, please feel free to submit it here. also you can see submitted issues, and feature requests in here.
Give a ⭐️ if you like this project!