Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 768 Bytes

PowerPi - @powerpi/common - Typescript Library

PowerPi Common Typescript library provides all the shared code utilised by typescript services in PowerPi.

The library is built using typescript, with dependencies using yarn workspaces.

Building

The library can be built by executing the following commands.

# From the root of your PowerPi checkout
# Download the dependencies
yarn

# Build the common library
yarn build:common

Testing

This library can be tested by executing the following commands.

# From the root of your PowerPi checkout
# Download the dependencies
yarn

# Run the tests
yarn test:common

Local Execution

This library cannot be executed itself, its code is executed within the services that depend on it.