1.0.6 • Published 9 months ago

docnext v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

DocNext

A simple and effective way to do documentation.

  • Documentation template built using Next.js
  • A simple CLI tool to make life easier
  • Template configured with Typescript, TailwindCSS, MDX, ShadCN, MagicUI and Framer-Motion

Commands

Create

Create a new DocNext project with the specified name.

npx docnext create <your-project-name>

Clean

Clean up the template and remove unnecessary files.

npx docnext clean

Init

Initialize DocNext in an existing Next.js project! (Note: This overwrites the next.config.mjs)

npx docnext init

Help

Display help for a specific command.

npx docnext help

Options

  • -V, --version: Output the version number of DocNext CLI.
  • -y, --yes: Bypass checks and automatic checks.
  • -h, --help: Display help for the command.
1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago