The Wayback Machine - https://web.archive.org/web/20220205140952/https://github.com/uutils/coreutils-docs
Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jan 28, 2022

coreutils documentations

This repository generates the user and dev documentations of https://github.com/uutils/coreutils

User documentation

It is available on: https://uutils.github.io/coreutils-docs/user/

Can be generated with:

cargo run --bin uudoc --all-features
cd docs
mdbook build

Developer documentation:

It is available on: https://uutils.github.io/coreutils-docs/dev/coreutils/

Can be generated with:

cargo doc --no-deps --all-features --workspace

The pages are committed daily into the gh-pages branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published