Skip to content

showbie/backpack

Repository files navigation

Showbie Backpack

This project manages and publishes a few npm packages to the Github Package Registry under the @showbie scope.

Development

Install the proper Node version and install dependencies:

# https://github.com/nvm-sh/nvm
nvm use
yarn install
Dont' have `yarn` installed?

Note, if you don't have yarn, simply install v1 from npm (this project has not been updated to modern yarn):

npm install -g yarn

Build

To build the entire project:

yarn build

Each package should have its own README so be sure to check those out.

Changelog

This project uses changesets to manage the changelog. This is integrated into Github actions and when you create a PR it will give you instructions on how to create a changeset, which is required for each PR.

# tl;dr
yarn changeset