Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 822 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 822 Bytes

cmbutil

npm (scoped) GitHub issues GitHub license

A small set of useful vanilla Javascript utilities you can use in anything.

Install

npm install cmbutil --save

Build from source

Clone repository: git clone https://github.com/cmbaughman/cmbutil.git

Clone with gh: gh repo clone cmbaughman/cmbutil

Generate documentation

This project uses jsdoc for documentation. To regenerate the documentation, (be sure to use jsdoc syntax), use the following command:

npm run docs