mirror of
https://github.com/directus/directus.git
synced 2026-02-07 10:15:06 -05:00
* Bump commander from 6.2.1 to 7.2.0 Bumps [commander](https://github.com/tj/commander.js) from 6.2.1 to 7.2.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v6.2.1...v7.2.0) Signed-off-by: dependabot[bot] <support@github.com> * Fix breaking changes in commander Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
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