docusaurus/packages/docusaurus-init
2021-09-22 10:13:01 +02:00
..
bin feat: new init template classic-typescript (#5233) 2021-08-06 19:11:36 +02:00
src fix: install deps for new project via Yarn properly (#5490) 2021-09-22 10:13:01 +02:00
templates chore: regenerate beta.6 examples + fix regen script (#5484) 2021-09-03 16:54:06 +02:00
package.json fix: install deps for new project via Yarn properly (#5490) 2021-09-22 10:13:01 +02:00
README.md feat(plugin-blog): multi-authors support + authors.yml global configuration (#5396) 2021-08-26 12:21:58 +02:00
tsconfig.json feat: new init template classic-typescript (#5233) 2021-08-06 19:11:36 +02:00

@docusaurus/init

Create Docusaurus apps easily.

Usage

Please see the installation documentation.

For maintainers

For Docusaurus maintainers, templates can be tested with:

cd `git rev-parse --show-toplevel` # Back to repo root
rm -rf test-website
yarn docusaurus-init init test-website classic
cd test-website
yarn start

Note: test-website is not part of the workspace and use packages from npm.

Use the following to test the templates against local packages:

cd `git rev-parse --show-toplevel` # Back to repo root
rm -rf test-website-in-workspace
yarn docusaurus-init init test-website-in-workspace classic
cd test-website-in-workspace
yarn start