0.2.0 • Published 4 years ago

doc-the-lib v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

(WIP) doc-the-lib 📝💨

npm

A doc generator tool for libiary. based on vitepress.

Note this is early WIP! Currently the focus is on making doc-the-lib stable and feature complete first. It is not recommended to use this for anything serious yet.

npm install -D doc-the-lib
echo '# Hello doc-the-lib' > index.md

# starts dev server
npx doc-the-lib

# build > .doc-the-lib/dist
npx doc-the-lib build