typeorm-fixtures
Fixtures loader for typeorm
Install
NPM
npm install typeorm-fixtures-cli --save-dev
Yarn
yarn add typeorm-fixtures-cli --dev
Development Setup
npm install
npm run build
Usage
Usage: fixtures [options] <path> Fixtures folder path
Options:
-v, --version output the version number
-c, --config <path> TypeORM config path (default: "ormconfig.yml")
-cn, --connection [value] TypeORM connection name (default: "default")
--no-color Disable color
-h, --help output usage information
Configure
MIT © Igor Ognichenko