An open API service indexing awesome lists of open source software.

https://github.com/harry-hopkinson/create-docusaurus-app

CLI to create a Docusaurus Project.
https://github.com/harry-hopkinson/create-docusaurus-app

cli docusaurus docusaurus2 npm

Last synced: 10 months ago
JSON representation

CLI to create a Docusaurus Project.

Awesome Lists containing this project

README

          

# 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
```