md-2-html

0.0.4 • Public • Published

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

/md-2-html/

    Package Sidebar

    Install

    npm i md-2-html

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • aakash-goel