https://github.com/tonerdo/dotnet-clean
A .NET Core CLI extension tool for cleaning projects
https://github.com/tonerdo/dotnet-clean
Last synced: 22 days ago
JSON representation
A .NET Core CLI extension tool for cleaning projects
- Host: GitHub
- URL: https://github.com/tonerdo/dotnet-clean
- Owner: tonerdo
- License: mit
- Created: 2016-06-03T11:58:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T15:07:57.000Z (about 8 years ago)
- Last Synced: 2025-03-07T14:12:24.593Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-clean [](https://www.nuget.org/packages/DotNet.Cleaner.Tools)
A .NET Core CLI extension tool for cleaning projects
## How to use
Add as a tool to your project.json
```json
"tools": {
"DotNet.Cleaner.Tools": "1.0.0-*"
}
```
Restore dependencies to install
```bash
dotnet restore
```## Usage
Run the following command
```bash
dotnet clean
```## Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section.
## Author
[Toni Solarin-Sodara](https://github.com/tsolarin)
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.