0.2.4 • Published 2 years ago

@stark-tech-space/fleetbase-node v0.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago