Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyng/wtfd
What This Folder Does? — Documentation for folders.
https://github.com/garyng/wtfd
docs documentations folder wtfd
Last synced: 3 months ago
JSON representation
What This Folder Does? — Documentation for folders.
- Host: GitHub
- URL: https://github.com/garyng/wtfd
- Owner: garyng
- License: mit
- Created: 2019-10-29T17:27:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T04:36:10.000Z (about 5 years ago)
- Last Synced: 2024-06-22T18:47:50.982Z (5 months ago)
- Topics: docs, documentations, folder, wtfd
- Language: C#
- Size: 474 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - garyng/wtfd - What This Folder Does? — Documentation for folders. (C# #)
README
![](./design/banners/Banner-with-bg.png)
Documentation for folders.
[![Build Status](https://dev.azure.com/garyng/wtfd/_apis/build/status/garyng.wtfd?branchName=master)](https://dev.azure.com/garyng/wtfd/_build/latest?definitionId=1&branchName=master)
## Development
This project uses [Cake.Recipe](https://github.com/cake-contrib/Cake.Recipe) for compilation and deployment.
```console
.\build.ps1
```## Deployment
1. Merge to master for release (from `release` or `develop` branch)
1. Draft a new release on GitHub
> **Note**: Don't start tag with `v`, otherwise `GitReleaseManager` will fail.
1. `git tag` and push
1. Let ci server run
1. Publish release on GitHub