@hailer-oy/birds-eye
TypeScript icon, indicating that this package has built-in type declarations

5.5.40 • Public • Published

Bird's Eye lib

This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens here, only copy your changes in lib from there to src folder here!

For packaging, we use TSDX, more about it here!

Packaging

By running npm run prepare, a build version, which can be distributed trough npm or any other package hosting service, will be generated in dist folder.

For testing out the package locally, using yalc is a good choice:

npm i -g yalc

yalc publish --private # here
yalc add birds-eye-components # where ever you are testing this out

# to update
yalc publish --private # here
yalc update birds-eye-components # where ever you are testing this out

# to remove
yalc remove birds-eye-components # where ever you are testing this out

# To upload to public npm registry
npm login
npm publish --access public

Readme

Keywords

Package Sidebar

Install

npm i @hailer-oy/birds-eye

Weekly Downloads

59

Version

5.5.40

License

ISC

Unpacked Size

498 kB

Total Files

36

Last publish

Collaborators

  • hailer-support