Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcturuszhang/regen
https://github.com/arcturuszhang/regen
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcturuszhang/regen
- Owner: ArcturusZhang
- Created: 2022-03-01T06:02:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T05:15:17.000Z (over 2 years ago)
- Last Synced: 2024-11-08T15:51:17.013Z (2 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.