1.0.0 • Published 3 years ago

@omnihook/automd v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Installation

npm install -g @omnihook/automd

How to use?

  • Create automd.json which is a configuration file for your markdown file
automd init
{
    "name":"",
    "mode":"html",
    "description":"This is an auto-generated documentation created using <a href='https://github.com/anishm10/automd' target='_blank'>automd</a>",
    "sections":["header","dependencies","devDependencies"],
    "repository":{
        "type":"github",
        "url":""
    }   
}
    
  • Then use the below command to generate the markdown in either html or md format
automd generate