@rosepg/rose

v0.0.24
Type-safe query builder DSL, data mapper, and mini ORM for PostgreSQL

check:all

yarn run check:tsc && yarn run check:lint && yarn run check:prettier && yarn run test

check:lint

eslint . --ext .ts --max-warnings=0 --report-unused-disable-directives

check:prettier

prettier --check .

check:tsc

yarn run compile --noEmit

compile

tsc

format

prettier --write .

genFuncs

ts-node tools/pgDocsParsing.ts

lint:fix

yarn run check:lint --fix

package

rimraf ./package && tsc -p tsconfig_package.json && ts-node tools/package.ts

publish:npm

yarn run check:all && yarn run package && cd package && yarn publish --non-interactive --access public

test

nyc mocha

watch

tsc -w --pretty
npm i @rosepg/[email protected]

Metadata

  • MIT
  • Whatever
  • Laurence Dougal Myers
  • released 8/1/2021

Downloads

Maintainers