cnvrtdwn_js gives the possibility to read in markdown written texts and print them out as a html file.
cnvrtdwn -i ./path/to/my/README.md -o ./README.html
- Install the package global or to your devDependencies
$ npm install -g | --save | --save-dev cnvrtdwn-js
Clone this repo to your local machine using https://github.com/comcy/cnvrtcrwlr_js.git
Install npm packages
$ npm install
Planned features:
- More intelligent argument parsing
- Improve docs
- Add tests
- Error handling
- Preparation for static site generator
If you want to use the tool during a build process modify your package.json by adding a cnvrtdwn script to the scripts section
package.json
...
"scripts": {
...
"cnvrtdwn": "index.js"
},
...
TODO: Show docs
TODO: Add tests
Commit issues under: https://github.com/comcy/cnvrtcrwlr_js/issues
Feel free to improve code via Pull Requests.
- MIT license
- Copyright 2018 © Christian Silfang