Convert all .md files into .html with the same name.
-
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.
-
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.
-
gulp serve
- runs the serve and open the browser which points to 'dist/docs' directory.
- v0.0.1 : created
webpack.md
file. - v0.0.2 : created
LICENSE
and updated package.json