1.1.3 • Published 4 years ago
ad-docs v1.1.3
ad-docs
A cli to transform markdown to html
install
npm i ad-docs --save-devor
yarn add ad-docs -Dusage
npx ad-docs -h
Usage: cli [options]
Options:
-o --out <path> path where save the html (default: "/dist")
--cwd <path> current working directory
run run on browser
-V, --version output the version number
-h, --help display help for command- cwd current working directory, default is where you run
npx ad-docscommand - out path of the output html file, it will use
cwdas base path
Example
npx ad-docsAbove command will transform all .md files to .html from current directory to dist
npx ad-docs runAbove command will run all .html files and open browser
deps
publish
This module is made available on npm as ad-docs.
maintainer: aquilinedrones
npm login
npm publish