prma85-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i prma85-ui

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

517 kB

Total Files

233

Last publish

Collaborators

  • prma85