2.29.3 • Published 3 years ago

tomis-fire-common v2.29.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

tomis-fire-common

This package contains all of the common types shared between TOMIS projects -- including chatbot, mobile app, frontend, cloud functions, etc.

Installation

This package is maintained by @austinlords, please ask him to be added as a maintainer on the package!

Currently, the package is public (so that we don't have to pay). There isn't a lot of information in here that is very sensitive, it's basically just the shape of our data -- not our actual code or data. This should eventually become a private package, but this is OK for now.

npm install tomis-fire-common

Linking

For local development, you may need to link this package to your project so that you can test changes before publishing to the NPM repository. Run npm link in the root directory of this package. Then in the root directory where you want to use this package, run npm link tomis-fire-common.

After every change to this package is finalized, please remember to publish a new version, following the instructions below.

Versioning and Releasing

You must manually version this package by modifying the version number in package.json.

To publish the package to NPM, you need to be authenticated with npmjs.org by running npm login, and you must be part of the @tomis-tech organization. To publish, simply run:

npm publish

Links