http-server-md
v1.1.13
Published
A configurable HTTP server that serves markdown files rendered to HTML with markdown-it
Downloads
13
Maintainers
Readme
A configurable HTTP server that serves markdown files rendered to HTML with markdown-it
http-server-md
README & DOCS TODO
Installation
pnpm add -g http-server-md
Developing
pnpm gen-readme // update README.md
pnpm docs // update DOCUMENTATION.md
pnpm test // lint & mocha
pnpm update-deps // bump all deps
API Reference
The standalone JSDoc-generated documentation can be found in DOCUMENTATION.md.
Release History
See CHANGELOG.md for more information.
License
Distributed under the MIT license. See LICENSE.md for more information.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request