# CayenneLPP Handlers

Full Docs (opens new window)


# Installation

With npm :

$ npm install cayennelpp-handlers --save

# Linting

With ESLint

$ npm run lint

# Test

With Mocha

$ npm run test

# Generate documentation

With JSDoc and Vuepress

$ npm run docs:dev
$ npm run docs:build
$ npm run docs:serve