An open API service indexing awesome lists of open source software.

https://github.com/or13/markdown2rfc


https://github.com/or13/markdown2rfc

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# or13/markdown2rfc

[![Spec](https://github.com/OR13/markdown2rfc/actions/workflows/ci.yml/badge.svg)](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
```