@docsi/cli
Version:
CLI Tool for installing the Docsi template
31 lines (20 loc) • 716 B
Markdown
# Docsi Docs
## What is Docsi?
- 📄 Docsi is a static site generator for documentation. <br/>
- ✍️ It is written in JS and uses Markdown as its markup language. <br/>
- 👶 It is designed to be simple to use and easy to extend. <br/>
- 🎨 It already comes with a default theme, but you can easily change it. <br/>
- ⚡ You can also run and build it superfast, because it uses Vite and Grunt. <br/>
## How to use Docsi?
### Installation
Install the Docsi CLI globally.
```bash
npm install -g @docsi/cli
```
### Create a new project
Create a new Docsi project.
```bash
docsi new <project-name>
```
## Documentation
You can find the official documentation [here](https://shuka.rip/projects/docsi/).