1.1.3 • Published 3 years ago

ad-docs v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ad-docs

A cli to transform markdown to html


install

npm i ad-docs --save-dev

or

yarn add ad-docs -D

usage

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-docs command
  • out path of the output html file, it will use cwd as base path

Example

npx ad-docs

Above command will transform all .md files to .html from current directory to dist

npx ad-docs run

Above 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

License

MIT

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago