https://github.com/theiterators/aglio-docker
Dockerfile for aglio
https://github.com/theiterators/aglio-docker
Last synced: 5 months ago
JSON representation
Dockerfile for aglio
- Host: GitHub
- URL: https://github.com/theiterators/aglio-docker
- Owner: theiterators
- License: apache-2.0
- Created: 2016-04-02T11:41:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T13:10:07.000Z (over 10 years ago)
- Last Synced: 2024-03-18T00:21:42.094Z (over 2 years ago)
- Size: 4.88 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aglio-docker
Dockerfile for aglio that spares you the hassle of installing NPM toolchain.
## Usage
Go to your blueprint's root dir:
```
$ cd ~/projects/awesome-twitter-clone
```
Start aglio docker:
```
docker run --rm -it -v $(pwd):/tmp iterators/aglio-docker aglio -i BLUEPRINT.md -o doc.html
```
Enjoy your documentation:
```
chromium doc.html
```
## Author & license
If you have any questions regarding this project contact:
Łukasz Sowa from [Iterators](https://iterato.rs).
For licensing info see LICENSE file in project's root directory.