Skip to content

Aakash-Goel/md-2-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published