Skip to content

crossifyxyz/types

Repository files navigation

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 @crossify/types

How to make a release

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

Summary

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