sparkartgroup / gulp-markdown-to-json

Parse Markdown and YAML → compile Markdown to HTML → wrap it all up in JSON
MIT License
75 stars 14 forks source link

Package not published to NPM #3

Closed Eruant closed 10 years ago

Eruant commented 10 years ago

Due to the package not being publish on NPM, the following instruction does not appear to work

$ npm install gulp-markdown-to-json --save-dev

To publish run the following command npm publish

pushred commented 10 years ago

Caught me a bit early =) I've been waiting to finish adding tests and fixing #2 before publishing. Hopefully will be up by next week! In the meantime if you'd still like to give it a shot, install with:

$ npm install git+https://github.com/sparkartgroupinc/gulp-markdown-to-json.git --save-dev
Eruant commented 10 years ago

Perfect, thanks

pushred commented 10 years ago

All set!