Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jayin/markdown-cli

markdown [-s --string ""] [file]
https://github.com/jayin/markdown-cli

Last synced: 6 days ago
JSON representation

markdown [-s --string ""] [file]

Awesome Lists containing this project

README

        

# md5-cli [![v](https://img.shields.io/npm/v/markdown-cli2.svg)](https://www.npmjs.com/package/markdown-cli2)

## Install

```
$ npm install -g markdown-cli2
```

## Usage

```
md5 [-s,--string string] [file ...]
```

## CLI
```shell
$ markdown -s "__hello__"
$ markdown --string "__hello__"
$ markdown fixtures/readme.md
```

## License

Apache v2.0 © [Jayin Ton](https://github.com/Jayin)