https://github.com/yaml/yaml-spec-builder
https://github.com/yaml/yaml-spec-builder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaml/yaml-spec-builder
- Owner: yaml
- Created: 2016-03-02T18:01:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T19:26:18.000Z (over 9 years ago)
- Last Synced: 2025-03-17T11:53:53.365Z (over 1 year ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
YAML Spec Builder
=================
A docker image to build the YAML spec from source.
# Usage
With just a simple docker command, you can build the YAML Spec HTML from the
source repo:
```
git clone git@github.com/yaml/yaml-spec
cd yaml-spec
docker run -v $PWD:/yaml-spec yamlio/yaml-spec-builder
cd ..
cp yaml-spec/spec ./spec
```
or just run this:
```
make spec
```
which will do the same thing.