Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/modprog/cargo-watchdoc


https://github.com/modprog/cargo-watchdoc

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# cargo watchdoc

[![CI Status](https://github.com/ModProg/cargo-watchdoc/actions/workflows/test.yaml/badge.svg)](https://github.com/ModProg/cargo-watchdoc/actions/workflows/test.yaml)
[![Crates.io](https://img.shields.io/crates/v/cargo-watchdoc)](https://crates.io/crates/cargo-watchdoc)

A CLI to live serve documentation for your crate while developing.

## Run
### General
Install via `cargo`: `cargo install cargo-watchdoc` and simply run as `cargo watchdoc` in your project.

### Nix
There's a `flake.nix` which also packaged `cargo-watchdoc`. You can simply run `nix run github:ModProg/cargo-watchdoc`.