Socket
Socket
Sign inDemoInstall

docdown

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docdown

A simple markdown to html command-line conversion tool


Version published
Weekly downloads
637
decreased by-0.31%
Maintainers
1
Weekly downloads
 
Created
Source

DocDown - What is it?

Currently I tend to write most documents using markdown and as of recently I was writing technical documentation all in markdown and needed a way to take the markdown and convert it to a self container HTML document that I would share with others. I had looked on Github and found several blogging engines built around markdown files being converted to html and served via express. That isn't what I needed. So I wrote DocDown as a simple personal tool to help with my productivity. Maybe it will help you as well.

How to use it

Well you will need nodejs and npm, if you haven't used those yet go find a tutorial and get started :)

Once you have npm install the dependencies

Currently there is only one layout and all your markdown must go in the myMarkdownSource. I was in a hurry building this so I haven't written the code to do command line options parsing. Sorry had a deadline and just needed this to work :)

So in the pipe is the ability to pass file handlers into the app, and maybe a bash script to help harness the app or if I figure out how to package into npm I can make it entirely standalone.

Keywords

FAQs

Package last updated on 24 Aug 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc