Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrfmmymt/md-splitter
https://github.com/hrfmmymt/md-splitter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrfmmymt/md-splitter
- Owner: hrfmmymt
- License: mit
- Created: 2018-05-24T01:55:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T07:33:33.000Z (over 6 years ago)
- Last Synced: 2024-10-02T09:34:45.189Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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