https://github.com/arcturuszhang/regen
https://github.com/arcturuszhang/regen
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcturuszhang/regen
- Owner: ArcturusZhang
- Created: 2022-03-01T06:02:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T05:15:17.000Z (about 3 years ago)
- Last Synced: 2025-01-01T10:22:24.983Z (6 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regen
Regen is a cli tool that regenerates every package in azure-sdk-for-net whose namespace starts with `Azure.ResourceManager`.
## Usage
You could either
1. Build the solution and run the executable.
1. Go to directory `Regen` and use `dotnet run` and necessary argument to run the tool.### Argument and options
One required argument of this tool is the root directory path, you need to assign a path (absolute path will be the best) to run the tool:
```
dotnet run /path/to/azure-sdk-for-net
```For other options, please see the help message of the tool.