docusaurus-init
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "docusaurus-init", | ||
"description": "Initialization script for Docusaurus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "preferGlobal": true, |
## `docusaurus-init` | ||
An initialization script for [Docusaurus](https://docusuarus.io). | ||
An initialization script for [Docusaurus](https://docusaurus.io). | ||
@@ -9,6 +9,8 @@ ### What does it do? | ||
1. Have Node >= 8.x installed. Yarn >= 1.5 is recommended as well. | ||
1. Go into the root of your GitHub repo directory where you will be creating the docs. | ||
1. `yarn global add docusaurus-init` or `npm install --global docusaurus-init` | ||
1. `docusaurus-init` | ||
1. `npx docusaurus-init` | ||
Find out more in the [official docs](http://localhost:3000/docs/en/installation.html). | ||
> If you don't have Node 8.2+ or if you prefer to install Docusaurus globally, run yarn global add docusaurus-init or npm install --global docusaurus-init. After that, run docusaurus-init. | ||
Find out more in the [official docs](https://docusaurus.io/docs/en/installation). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2665
16