0.0.1 • Published 4 years ago

prma85-ui v0.0.1

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

Template for building a new package

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.

Package.json file

  • Update the name for your package.
  • Update the version using one that better fits for your package (0.1.0 or 1.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.

Test folder

  • Add the tests for your package
  • Remember to have .test.js{x} or .test.ts{x} as the end of your file name.

SRC folder

  • Here you will put all the files for your package. The component code, interfaces, typings, etc.

Installation

npm install @iqmetrix/packageName