https://github.com/elsehow/empty-essay
concatinate markdown files together with gulp
https://github.com/elsehow/empty-essay
Last synced: about 2 months ago
JSON representation
concatinate markdown files together with gulp
- Host: GitHub
- URL: https://github.com/elsehow/empty-essay
- Owner: elsehow
- Created: 2015-05-16T02:12:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T02:19:20.000Z (about 10 years ago)
- Last Synced: 2024-04-15T07:13:45.122Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# empty-essay
Split your writing into different markdown files. Then, concatinate them with `gulp`.
# getting started
Just open `gulpfile.js` and set `sourceFiles` to the filenames you want to concatinate. Then, `gulp` to compile them.
But be sure you `npm install` first!
The handiest is `gulp watch`, which will compile whenever one of your source files changes.