Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djyde/koy
Markdown previewer
https://github.com/djyde/koy
carlo markdown
Last synced: 3 months ago
JSON representation
Markdown previewer
- Host: GitHub
- URL: https://github.com/djyde/koy
- Owner: djyde
- Created: 2018-11-01T07:16:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T19:30:19.000Z (almost 2 years ago)
- Last Synced: 2024-06-10T09:50:01.714Z (5 months ago)
- Topics: carlo, markdown
- Language: CSS
- Homepage:
- Size: 243 KB
- Stars: 96
- Watchers: 2
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - djyde/koy - Markdown previewer (CSS)
README
# Koy
[![](https://badgen.net/npm/v/koy)](https://npm.im/koy)
[![](https://badgen.net/packagephobia/install/koy)](https://packagephobia.now.sh/result?p=koy)
![](https://badgen.net/badge/icon/chrome?icon=chrome&label)> Koy is a markdown previewer powered by [Carlo](https://github.com/GoogleChromeLabs/carlo).
![preview](https://user-images.githubusercontent.com/914329/47839466-c95b6d80-dded-11e8-835c-259bacea7a86.png)
## Features
- View `README.md` in current working directory by default.
- Render markdown in GitHub style.
- Live preview and automatic re-rendering of file changes.## Install
```bash
$ npm i koy -g
```## Usage
```bash
$ koy# Or a specific file
$ koy some-file.md# Or a README.md in Github repo
$ koy gh:djyde/koy# Or stdin
$ curl -sL https://github.com/djyde/koy/raw/master/README.md | koy# Or a README.md in NPM
$ koy npm:koy
```# License
MIT License