README
Table of Contents
Background
Support code for the compose project.
Getting Started
First things first, install the module:
npm install @aem-design/compose-support --save-dev
# or with Yarn
yarn add @aem-design/compose-support -D
Usage
This package is extremely simple for now and contains only logging helpers. To use them import the logger namespace as shown below.
const { logger } = require('@aem-design/compose-support')
logger.info('Hello world!')
Contributing
Contributions are welcome! Read the Contributing Guide for more information.