mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Remove npmrc files which prevent lockfile creation in workspaces Since `v8.5.0` npm will detect that it is running inside a workspace and issue commands at the root package. * Require a minimum npm version of 8.5.0
create-directus-project
A small installer util that will create a directory, add boilerplate folders, and install Directus through npm.
Installation
This package is meant to be used through npx or yarn:
npm init directus-project my-project
yarn create directus-project my-project