Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hrfmmymt/md-splitter


https://github.com/hrfmmymt/md-splitter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# md-splitter [![Build Status](https://travis-ci.org/hrfmmymt/md-splitter.svg?branch=master)](https://travis-ci.org/hrfmmymt/md-splitter)
split markdown to multiple markdown file with `---`

## install
```
npm install md-splitter
```

## usage
```
md-splitter origin.md --prefix split --output /path/to/dir [ --summary /path/to/SUMMARY.md ]
```
- `-p` `--prefix` : prefix to output file
- `-o` `--output` : path to output directory
- `--summary` : path to SUMMARY.md([GitBook](https://github.com/GitbookIO/gitbook "GitBook"))

## license
MIT © hirofumi miyamoto

## thanks
this is referring to