0.1.1 • Published 7 years ago

alarm-reducer v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 years ago

Introduction

This project provides a redux alarm reducer and companion action creators.

Use

Do the following to initialize the project:

$ npm install

This will load the main and development dependencies.

The project.json file provides a few scripts that are helpful during development. These scripts are:

  • clean - removes build by-products, such as the dist directory
  • build - build the module distribution
  • lint - run a lint analysis on the TypeScript code
  • test - run Typecript code unit tests

The npm publish command is used to publish the module to the npm module repository.