itc-utility
v0.4.12
Published
Components, Hooks, and Functions that are common amongst our projects.
Downloads
103
Readme
itc-utility
This is a library created for Interco React projects. It compiles components, hooks, and other utility functions into one library that will be updated and used within Interco projects.
Installation
Install the package with
> npm install --legacy-peer-deps
Note: The --legacy-peer-deps flag is used for better-docs, an addition to JSDoc that provides documentation.
Documentation
Find documentation for all here: Documentation
Update Procedures
When updating this library, ensure you do the following
- Edit the files in the
src/directory - Use the command
npm run buildto update thedist/directory with your changes - Commit and push those changes to GitHub
- Update the version using
npm version <patch|minor|major> - Publish the new version by using
npm publish
