@rosepg/rose-cli

v0.0.16
CLI for rose, a type-safe query builder DSL, data mapper, and mini ORM for PostgreSQL

check:all

yarn run compile --noEmit && yarn run lint && yarn run test

compile

tsc

lint

eslint . --ext .ts --max-warnings=0

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/9/2020

Downloads

Maintainers