@streamlineclimate/core-library
TypeScript icon, indicating that this package has built-in type declarations

0.0.102 • Public • Published

Shared utils and types for Streamline's TypeScript and JavaScript modules. Note this is a public module whose source code can be found at https://www.npmjs.com/package/@streamlineclimate/core-library.

Deployment

Pre-requisites:

  • You need to be invited to the NPM org
  • You need to set up 2FA on NPM
  1. Transpile Typescript
npm i;
npx tsc;
  1. Open dist/index.d.ts and apply linter
  • If you have this configured in your code editor already, just save file
  1. Publish to npm (make sure you are in npm org, ask Eric or Doug)
npm version patch;
npm publish;
  1. Re-install new version in components you want to use this in
cd ../app;
npm i @streamlineclimate/core-library@latest

Readme

Keywords

none

Package Sidebar

Install

npm i @streamlineclimate/core-library

Weekly Downloads

1,280

Version

0.0.102

License

ISC

Unpacked Size

247 kB

Total Files

34

Last publish

Collaborators

  • streamlinedhen
  • cvxluo
  • douglasqian
  • erichasegawa