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

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

Awesome Lists containing this project

README

          

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/sinchang/sharemd-cli/master/LICENSE)
[![npm](https://img.shields.io/npm/v/sharemd-cli.svg)](https://www.npmjs.com/package/sharemd-cli)
[![prettier](https://img.shields.io/badge/style-prettier-ff69b4.svg)](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 --v

sharemd --h

sharemd readme.md --t 'readme.md' --s 'github' --i 'Ol3XJTNzLeplCTuv'

```

#### License

MIT © [sinchang](https://github.com/sinchang)