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.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/create-docusaurus-app
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-04-30T15:46:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:10:05.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:44:30.963Z (about 1 year ago)
- Topics: cli, docusaurus, docusaurus2, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-docusaurus-app
- Size: 296 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```