Skip to content

improved tookan api client with typescript (best effort)

License

Notifications You must be signed in to change notification settings

stark-tech-space/tookan-node

Repository files navigation

api-package-template

API package template

Design Document

This package is meant to help create api packages

Setup

npm install

npm test

File Structure

  • src
  • test
  • lib (js output)
    • cjs
    • esm
  • tsconfig.json (esmodules build settings)
  • tsconfig-cjs.json (commonjs build settings)
  • .env (environment variables)

Notes

Use tree shaking esmodules exports