https://github.com/sinchang/sharemd-cli
share local markdown document to online
https://github.com/sinchang/sharemd-cli
cli coffee github markdown npm sao
Last synced: 5 months ago
JSON representation
share local markdown document to online
- Host: GitHub
- URL: https://github.com/sinchang/sharemd-cli
- Owner: sinchang
- License: mit
- Created: 2017-06-10T03:47:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T17:21:43.000Z (over 3 years ago)
- Last Synced: 2025-05-12T22:19:06.940Z (5 months ago)
- Topics: cli, coffee, github, markdown, npm, sao
- Language: JavaScript
- Size: 155 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://raw.githubusercontent.com/sinchang/sharemd-cli/master/LICENSE)
[](https://www.npmjs.com/package/sharemd-cli)
[](https://github.com/prettier/prettier)# sharemd-cli
> share local markdown document to online
## Preview
- [demo](http://api.sinchang.me/markdown/Ol3XJTNzLeplCTuv)
- [video](http://sinchang.qiniudn.com/sharemd.mp4)## Server
- Node.js on Heroku
- Database on Firebase## Install
```
yarn global add sharemd-cli
```Or
```
npm install --global sharemd-cli
```## Usage
```
sharemd --vsharemd --h
sharemd readme.md --t 'readme.md' --s 'github' --i 'Ol3XJTNzLeplCTuv'
```
#### License
MIT © [sinchang](https://github.com/sinchang)