1.2.13 • Published 6 years ago
hardocs v1.2.13
Hardocs
Hardocs is a CLI to generate open hardware documentation templates and services.The current version supports documentation in markdown, and a static site generator to show the hardware project in an intuitive way.
Prerequisites
Install node.js
Install git to use the gitbash
Usage
Generate a static website easy to maintain with markdown that can be hosted in github or gitlab
Step1: Install package globally
# Install the package globally
npm install hardocs -gStep2: Create new documentation files within your project
# Generates docs template
docz-generateStep3: Install packages and dependencies
npm installStep2: Deploy locally and see your documentation on the browser
npm run start