airtable-lite

v1.6.1
Light weight type safe Airtable API client
airtable typescript

build

npm run build:esm && npm run build:cjs

docs

typedoc --out docs src/index.ts

fix

npm run fix:lint && npm run fix:format

test

npm run test:format && npm run test:lint && npm run test:spec

build:cjs

tsc --target ES2020 --module commonjs src/index.ts

postbuild:cjs

mv src/index.js dist/index.cjs

build:esm

tsc

fix:format

prettier --write 'src/**/*'

fix:lint

eslint 'src/**/*' --fix

test:format

prettier --check 'src/**/*'

test:lint

eslint 'src/**/*'

test:spec

NODE_OPTIONS=--experimental-vm-modules jest --ci
npm i airtable-lite

Metadata

  • MIT
  • >=12.20
  • pspeter3
  • released 5/10/2021

Downloads

Maintainers