1.1.13 • Published 2 months ago

http-server-md v1.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

A configurable HTTP server that serves markdown files rendered to HTML with markdown-it

http-server-md

NPM Version Build Status Downloads Stats

README & DOCS TODO

Installation

npm badge

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request