@danprince/zhttp

v0.0.6
Typesafe HTTP endpoints with express, zod, and static-path

build:cjs

tsc --outDir dist/cjs --module commonjs

build:esm

tsc --outDir dist/esm --module es2015

build:types

tsc --outDir dist/types --declaration --emitDeclarationOnly

build

rm -rf dist && npm run build:types && npm run build:cjs && npm run build:esm

pretest

tsc --noEmit

test

uvu -r tsm tests

preversion

npm test

version

npm run build && npm run docs && git add docs

postversion

git push && git push --tags

postpublish

rm -rf dist

docs

typedoc
npm i @danprince/zhttp

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/14/2021

Downloads

Maintainers