@aligent/appbuilder-util-lib
v0.2.1-0
Published
A utility library to simplify and standardise common Adobe App Builder tasks.
Downloads
60
Keywords
Readme
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-libInstallation
npm install @aligent/appbuilder-util-libTesting & Linting
Vitest tests, linting & type-checking can be run with
npx nx test appbuilder-util-lib
npx nx lint appbuilder-util-lib