@madoc/core
v0.2.5
Published
Markdown Documentation Framework
Downloads
31
Maintainers
Readme
@madoc/core
Markdown Documentation Framework
Installation
Madoc is a MArkdown DOCumentation Framework.
It will help your generate a static documentation website.
How to get started easily:
# Install globally
npm install -g @madoc/core
# Install locally
npm install --save-dev @madoc/core
# Start the project in development
madoc dev
# Build the final website
madoc build
# Check out the final website
madoc preview