mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
17 lines
313 B
Markdown
17 lines
313 B
Markdown
# 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`:
|
|
|
|
```
|
|
npx create-directus-project my-project
|
|
```
|
|
|
|
```
|
|
yarn create directus-project my-project
|
|
```
|
|
|