0.3.1 • Published 4 years ago

vlib-docsify v0.3.1

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

(WIP) vlib-docsify 📝💨

npm

A doc generator tool for libiary. based on vitepress.

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

npm install -D vlib-docsify
echo '# Hello vlib-docsify' > index.md

# starts dev server
npx vlib-docsify

# build > .vlib-docsify/dist
npx vlib-docsify build