create-docusaurus-app
Version:
CLI to create a Docusaurus Project.
19 lines (12 loc) • 306 B
Markdown
# create-docusaurus-app
CLI to create a Docusaurus Project.
## Usage
For one time use of the command, run the following command:
```shell
npx create-docusaurus-app
```
To install the command globally, run the following command:
```shell
npm install -g create-docusaurus-app
create-docusaurus-app
```