8base-cli-continued

v1.0.0-beta.10
8base CLI

e2e

jest --config e2e/config.json

lint

eslint --ext js,ts src

build

rm -rf dist && tsc

watch

npm run build -- --watch

upload

npm version patch && git push --follow-tags

lint:fix

npm run lint --fix

check-types

tsc --noEmit

postinstall

node ./postinstall.js && (test -e dist/index.js && node dist/index.js --help || echo)

prettier:check

prettier --list-different "{src,test}/**/*.{ts,tsx}"

prettier:write

prettier --write "{src,test}/**/*.{ts,tsx}"

e2e:update-snapshot

jest --config e2e/config.json --updateSnapshot

Metadata

  • MIT
  • Whatever
  • 8base
  • released 7/10/2023

Downloads

Maintainers