Shukaaa / docsi-cli

Docsi CLI for generating the docsi template

Home Page:https://www.npmjs.com/package/@docsi/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docsi Docs

What is Docsi?

  • 📄 Docsi is a static site generator for documentation.
  • ✍️ It is written in JS and uses Markdown as its markup language.
  • 👶 It is designed to be simple to use and easy to extend.
  • 🎨 It already comes with a default theme, but you can easily change it.
  • ⚡ You can also run and build it superfast, because it uses Vite and Grunt.

How to use Docsi?

Installation

Install the Docsi CLI globally.

npm install -g @docsi/cli

Create a new project

Create a new Docsi project.

docsi new <project-name>

Documentation

You can find the official documentation here.

About

Docsi CLI for generating the docsi template

https://www.npmjs.com/package/@docsi/cli


Languages

Language:JavaScript 100.0%