graphile-migrate

v0.1.0
Opinionated SQL-powered migration tool for PostgreSQL
postgresql postgres pg migrate sql easy fast watch functions and 1 more...

lint

yarn prettier:check && eslint --ext .js,.jsx,.ts,.tsx,.graphql .

lint:fix

eslint --ext .js,.jsx,.ts,.tsx,.graphql . --fix; prettier --ignore-path .eslintignore --write '**/*.{js,jsx,ts,tsx,graphql,md,json}'

prettier:check

prettier --ignore-path .eslintignore --check '**/*.{js,jsx,ts,tsx,graphql,md,json}'

prepack

tsc && chmod +x dist/cli.js

clean

rm -Rf dist

test

yarn lint && depcheck --ignores @types/jest,eslint_d,tslib && yarn run test:only --ci

test:only

jest -i

watch

mkdir -p dist && touch dist/cli.js && chmod +x dist/cli.js && tsc --watch

Metadata

  • MIT
  • Whatever
  • Benjie Gillam
  • released 3/17/2020

Downloads

Maintainers