Skip to content

Latest commit

History

History
40 lines (25 loc) 路 602 Bytes

README.md

File metadata and controls

40 lines (25 loc) 路 602 Bytes

HellDoc

Yet another doc tool base TypeScript and React.

Do not use in a production environment Now.

Getting Started

Install HellDoc using npm:

npm install @helldoc/cli -g

Run the things on your docs dir:

helldoc dev <your-dir>

Enjoy!

Development

Clone this project

yarn boostrap # install deps & run the tsc
yarn register-helldoc # link global helldoc cmd

Then

yarn dev # server the packages/docs with itself

License

HellDoc is MIT licensed.