Fuma Content

CLI Tool

Despite the built-in Next.js integration, you can use the CLI tool to work with other frameworks.

pnpm i @fuma-content/cli

Create the configuration file.

fs.config.js
export default {
  files: ["./content/**/*"],
};

Run watch command.

pnpm fuma-content watch

On this page

No Headings