Skip to content

chrisryanouellette/omlette-utils

Repository files navigation

Omlette Utils

A monorepo filled with useful utilities for Omlettes.

Installation

  1. Begin by installing the utility package your project wants to use.
    yarn add @ouellettec/utils @ouellettec/utils-frontend ...
  2. Import and use the utilities as needed
    import { Throwable } from "@ouellettec/utils"

Development

Deploying

  1. Make sure all code changes fre merged in.
  2. Make sure the packages being updated have new version numbers.
    • This includes packages that consume other packages.
  3. Go to the GitHub Releases page
  4. Create a new release
    • Name: v[Version]
    • Description: All commits in change w/ descriptions
  5. The deployment will begin once you publish the release.

Resources