airtable-lite

v1.2.0
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:esm

tsc

build:cjs

tsc --target esnext --module commonjs src/index.ts && mv src/index.js dist/index.cjs

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

Metadata

  • MIT
  • Whatever
  • pspeter3
  • released 2/21/2021

Downloads

Maintainers