xcjs

v0.0.4-0
Xc is a HTTP Client based on Fetch API which you can write with the Express-like syntax.

test

jest

esbuild

esbuild --bundle --minify ./src/index.ts --outdir=./dist --format=esm --sourcemap

build

rimraf dist && yarn esbuild && yarn tsc

tsc

tsc --emitDeclarationOnly --declaration

lint

eslint -c .eslintrc.cjs src/**.ts

lint:fix

eslint -c .eslintrc.cjs src/**.ts --fix

prerelease

yarn build

release

np
npm i xcjs

Metadata

  • MIT
  • >=18
  • Yusuke Wada
  • released 12/23/2022

Downloads

Maintainers