🚀 Feature
When initializing a new Docusaurus project, a user might wish to skip the dependency install and handle it later on their own. This would be done by passing a flag such as npx @docusaurus/init@next init [name] [template] --skip-install . This is supported in other React ecosystem libraries such as Storybook, and there is an open issue on Create React App for this feature, too: react/create-react-app#7568
Yes
Motivation
This feature would be especially useful when installing Docusarus as one of many packages in a project and wanting to install all dependencies at one time at the end to help avoid conflicts and speed up each individual install. A Lerna project or Yarn Workspace comes to mind.
Pitch
Run npx @docusaurus/init@next init [name] [template] --skip-install and get work done faster!
🚀 Feature
When initializing a new Docusaurus project, a user might wish to skip the dependency install and handle it later on their own. This would be done by passing a flag such as
npx @docusaurus/init@next init [name] [template] --skip-install. This is supported in other React ecosystem libraries such as Storybook, and there is an open issue on Create React App for this feature, too: react/create-react-app#7568Have you read the Contributing Guidelines on issues?
Yes
Motivation
This feature would be especially useful when installing Docusarus as one of many packages in a project and wanting to install all dependencies at one time at the end to help avoid conflicts and speed up each individual install. A Lerna project or Yarn Workspace comes to mind.
Pitch
Run
npx @docusaurus/init@next init [name] [template] --skip-installand get work done faster!