Skriptorium is a tool to generate documentation for your code. It uses deep learning to analyze your code and generate a documentation based on the code structure.
What does it do?
Skriptorium analyses your code repo to generate documentation automatically using deep learning (Guesslang, OpenAI and NLPCloud).
- Install Rust and Cargo
- Clone this project
- Run
cargo install
- Run
skriptorium scribe
- Watch your documentation being generated!