NUCH - Nuxt Content Helper CLI

A simple and efficient CLI to manage Markdown content and images for Nuxt Content sites.

Written in Rust, NUCH makes sure your content is easily managed with just a few commands.

Built with Rust
Optimized to the core, NUCH is built with Rust to ensure fast performance and low memory usage when processing your Markdown content and images.
Powered by Nuxt Content
Build and render beautiful documentation sites with ease using Nuxt Content's file-based CMS capabilities, seamlessly integrated into NUCH.
Beautiful documents powered by Content
Simple configuration
Just add your desired directories to the configuration file and let NUCH handle the rest.
config.toml
[working]
files = "Documents/writings"
images = "Documents/writings/images"

[[collection]]
name = "writing"
files = "your-site/content"
images = "your-site/public/images"

[[collection]]
name = "blogs"
files = "your-site/content/blogs"
# images omitted — optional