Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 556 Bytes

File metadata and controls

31 lines (20 loc) · 556 Bytes

App Builder Utilities Library

This library includes utility functions to simplify & standardise common Adobe App Builder tasks.

Documentation

Documentation on each function can be found here

Build

This library is written in typescript and can be built using:

npx nx build appbuilder-util-lib

Installation

npm install @aligent/appbuilder-util-lib

Testing & Linting

Vitest tests, linting & type-checking can be run with

npx nx test appbuilder-util-lib
npx nx lint appbuilder-util-lib