https://github.com/ztepsic/zed
General helper library on top of .net framework
https://github.com/ztepsic/zed
c-sharp library
Last synced: 4 months ago
JSON representation
General helper library on top of .net framework
- Host: GitHub
- URL: https://github.com/ztepsic/zed
- Owner: ztepsic
- Created: 2014-02-06T22:51:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:15:38.000Z (over 1 year ago)
- Last Synced: 2024-11-11T01:28:53.753Z (over 1 year ago)
- Topics: c-sharp, library
- Language: C#
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zed
[](https://www.nuget.org/packages/Zed) [](https://www.fuget.org/packages/Zed)
## CI build status
| Branch | Build status |
| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Master | [](https://github.com/ztepsic/zed/actions/workflows/main.yml) |
| Develop | [](https://github.com/ztepsic/zed/actions/workflows/main.yml) |
## Dev setup
### [Conventional commits](https://www.conventionalcommits.org/)
- [Commit Lint - Lint commit messages](https://commitlint.js.org/)
- Intall locally
```sh
npm install --save-dev husky
npx husky init
echo "npx --no -- commitlint --edit \$1" > .husky/commit-msg
```
- [Commitizen](http://commitizen.github.io/cz-cli/)
- Install locally
```sh
npm install --save-dev commitizen
npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@9
```
### Versioning with [GitVersion](https://gitversion.net/)
- Install .net global tool
```sh
dotnet tool install --global GitVersion.Tool
```
- Run
```sh
dotnet-gitversion
```
- [Arguments](https://gitversion.net/docs/usage/cli/arguments)