bla

v2.0.0-rc.19
Easy way to create your own API methods for server and client sides

test

npx jest

lint

npx tsc -p . --noEmit && npx eslint --ext ts src

build

rm -rf server client shared && npx rollup -c rollup.config.ts && cp src/shared/types.ts shared/types.d.ts

preversion

npm run lint

prepublishOnly

npm run build

postpublish

git push --follow-tags --no-verify

Metadata

  • MIT
  • Whatever
  • Alexander Tarmolov
  • released 2/24/2020

Downloads