Skip to content

Latest commit

 

History

History
executable file
·
48 lines (32 loc) · 1.21 KB

git.README.md

File metadata and controls

executable file
·
48 lines (32 loc) · 1.21 KB

license npm latest package npm downloads Follow on Twitter

CROSSIFY - Types

Types for the CROSSIFY stack.

Summary

This package contains all common types for CROSSIFY. Learn more about CROSSIFY on (https://crossify.xyz).

Check out the Changelog to see what changed in the last releases.

Install dependencies

Install dependencies with yarn:

yarn add @crossify/types

or

npm install --save @crossify/types

How to make a release

  1. PR with changes
  2. Merge PR into main
  3. Checkout main
  4. git pull
  5. yarn release
  6. Make sure everything looks good (e.g. in CHANGELOG.md)
  7. git push --follow-tags
  8. Done

Summary

This package contains type definitions for CROSSIFY projects (https://github.com/crossifyxyz).