1.0.5 • Published 9 months ago

@cometph/frontend-core v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Comet Frontend Core

Core functions, hooks and types for Comet apps

Scripts

build - Create a distribution ready build
test - run local tests
peers - install peer dependencies
patch - bump the package patch version push - do a yalc push, used for local development

Publishing the package

npm login - login to npm (required for publishing)
npm publish - publish the package to npm

Development

  1. Clone repo
  2. Run yarn && yarn run peers

Useful tips for local development

You can add the package to your main app with yalc add @comet/frontend-core --link
Then you can set up a file watcher inside your IDE that will automatically build the package and push it to yalc when you make changes to the files
The difference between yalc and a simple yarn or npm link is that for some reason peer dependencies are not handled well by those commands

1.0.5

9 months ago

1.0.4

9 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.3

10 months ago

1.0.0

10 months ago