This package is a template for when you are creating a new component to contribute with the frontend packages.
Please, note all TODOS for this template.
- Update the
name
for your package. - Update the
version
using one that better fits for your package (0.1.0
or1.0.0
or something.beta
). - Add the dependencies that you need.
- Update the
build
script if needed (if the package is not typescript). - Remove the line with
"private": true
.
- Add the tests for your package
- Remember to have
.test.js{x}
or.test.ts{x}
as the end of your file name.
- Here you will put all the files for your package. The component code, interfaces, typings, etc.
npm install @iqmetrix/packageName