mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* add eslint-plugin-import and configure import sorting rules * apply `eslint . --fix` * disable import order rule for test files * enable import order rule for test files and disable it inline after mock imports * prettier * address failed tests by removing unused i18n mocks from test files * reorder import statement for createApp to address failed test * Remove disable/enable blocks * Resolve conflict with VSCode organize imports functionality (#26461) * Update to use default grouping and prevent adding newlines in between Co-authored-by: ian <licitdev@gmail.com> * apply eslint fix * run prettier --------- Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com> Co-authored-by: ian <licitdev@gmail.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:
npm init directus-project my-project
yarn create directus-project my-project