mirror of
https://github.com/directus/directus.git
synced 2026-02-15 16:05:06 -05:00
* Move devDeps to API * Move app to npm workspaces * Tweaks / add lockfiles * Add locks, fix devdeps across packages * Move eslint config rootlevel * Use eslint fix for vue files instead of vue-cli-service * Add global prettier format option * Create lockfiles for all packages * Replace husky with simple-git-hooks
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