Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 726 Bytes

City Dev Labs utility library for React and Redux

Installation

npm i -S https://github.com/W3GroupFinland/cdl-react-utils

Documentation

Documentation can be found here.

Development

Available NPM scripts are:

npm run lint # Run the linter.

npm run lint:fix # Run the linter and attempt to fix some of the errors automatically.

npm run generate-docs # Re-generate the documentation.

NOTE: default exports MUST be separate from the lines the exports are defined on; e.g. export default function createReducer(... causes the JSDoc generation to not see the function and omits it from the documentation.