Skip to content

aem-design/npm-compose-support

 
 

Repository files navigation

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