1.0.2 • Published 5 months ago
simpli-docsv1 v1.0.2
Simpli Docs CLI
A command-line interface tool for quickly scaffolding Simpli documentation projects.
Installation
You can use this CLI tool without installing it by using npx:
npx simpli-docsv1 my-docs-project
Or you can install it globally:
npm install -g simpli-docsv1
simpli-docsv1 my-docs-project
What it does
This CLI tool:
- Creates a new directory with your project name
- Clones the Simpli documentation template repository
- Removes the Git history so you can start fresh
- Provides next steps to get your documentation project up and running
Requirements
- Node.js 14 or higher
- Git installed on your system
Usage
npx simpli-docsv1 <project-name>
Replace <project-name>
with the name of your documentation project.
After Installation
Once your project is created, follow these steps:
- Navigate to your project directory:
cd <project-name>
- Install dependencies:
npm install
- Start the development server:
npm run dev
License
MIT
1.0.2
5 months ago