Skip to content

Shared utility modules for Thunderbird Services applications

License

Notifications You must be signed in to change notification settings

thunderbird/services-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Services Utils

A collection of utility modules for use with Thunderbird Services

Note this is heavily work-in-progress.

Usage

You can install the library by adding the following line as a dependency to your package.json:

npm i @thunderbirdops/services-utils

Library Development

Building

You can build the library by running:

npm run build