Files
directus/packages/create-directus-project
Nicola Krumschmidt 3ce0bbd0da Remove npmrc files which prevent lockfile creation in workspaces (#13444)
* 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
2022-05-25 15:15:45 -04:00
..
2020-07-29 14:19:32 -04:00
2020-07-29 13:36:03 -04:00
2022-05-24 17:50:37 -04:00

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