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

https://github.com/a8m/mark-cli

Mark command-line tool
https://github.com/a8m/mark-cli

Last synced: about 1 month ago
JSON representation

Mark command-line tool

Awesome Lists containing this project

README

          

[Mark](https://github.com/a8m/mark) command-line tool
====

### Intallation
```sh
$ go get github.com/a8m/mark-cli
```

### Usage
```sh
$ mark-cli -i hello.text -o hello.html
```
or you can pipe to it
```sh
$ echo 'hello __world__...' | mark-cli -smartypants

hello world


```

### License
MIT