Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 371 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 371 Bytes

Prerequisites

Node.js must be installed.

Installation

  • Running npm install in the module's root directory will install everything you need for development.

Running Tests

  • npm test will run the tests once.

Building

  • npm run build will build the module for publishing to npm.
  • npm run clean will delete built resources.