0.0.4 • Published 7 years ago

md-2-html v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

md-2-html

Convert all .md files into .html with the same name.

Gulp-Commands :

  1. gulp

    • any .md files inside 'md-src' directory will be converted into .html files with the same name inside 'dist/docs' directory. And at the same time server runs and open the browser.
  2. gulp md2html

    • simply convert all the .md files inside 'md-src' directory into .html and put it inside 'dist/docs' directory. Server will not run.
  3. gulp serve

    • runs the serve and open the browser which points to 'dist/docs' directory.

Version-History

  • v0.0.1 : created webpack.md file.
  • v0.0.2 : created LICENSE and updated package.json