https://github.com/or13/markdown2rfc
https://github.com/or13/markdown2rfc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/or13/markdown2rfc
- Owner: OR13
- License: apache-2.0
- Created: 2021-12-17T22:40:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T23:38:19.000Z (over 4 years ago)
- Last Synced: 2025-02-13T19:49:20.767Z (over 1 year ago)
- Language: Shell
- Homepage: https://or13.github.io/markdown2rfc/
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# or13/markdown2rfc
[](https://github.com/OR13/markdown2rfc/actions/workflows/ci.yml)
Based on [oauthstuff/markdown2rfc](https://github.com/oauthstuff/markdown2rfc).
### Build Image
Build and tag the docker image.
```
docker build -t or13/markdown2rfc ./docker
```
### Publish Image
Publish the image to dockerhub
```
docker push or13/markdown2rfc
```
### Build Spec
Build the spec and place it in the `build` folder.
```
./spec/build.sh
```
### Clean
Remove all local built assets.
```
./spec/clean.sh
```