Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/jayin/markdown-cli
- Owner: Jayin
- License: apache-2.0
- Created: 2016-02-13T09:05:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T10:16:26.000Z (over 8 years ago)
- Last Synced: 2024-10-16T19:04:33.524Z (20 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)