Shared libraries for Asset Catalog (Content Lake).
This is a monorepo and the various libraries can be found in packages.
Install the desired library using npm, for example:
npm install @adobe/contentlake-shared-frontegg-auth
Packages are named @adobe/contentlake-shared-<folder>
with <folder>
being the project's folder name under packages.
Then import the APIs you need:
import { something } from `@adobe/@adobe/contentlake-shared-frontegg-auth`;
// ...
something();
Please see the API Documentation and the project's individual READMEs for detailed documentation.
npm install
npm test
npm run lint
Note: the linter runs as git pre-commit hook. (Installed during npm install
using husky).
To use this monorepo with VS Code Multi-root workspaces there is a contentlake-shared.code-workspace file. This needs to be updated if new projects are added under packages.