Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@aem-design/compose-support

aem-design174Apache-2.0deprecated1.2.1TypeScript support: included

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Support code for the compose project

aem, design, support, compose, node, logging, log, front end, front-end, frontend, typescript

readme

build travis ci npm node deps deps dev dependabot status repo size last commit downloads contributors

@aem-design/compose-support

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.

License

Apache-2.0