Package Exports
- create-directus-project
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-directus-project) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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