An open API service indexing awesome lists of open source software.

https://github.com/epfl-si/react-npm-modules

A range of NPM modules that make life simpler for EPFL-SI React developers
https://github.com/epfl-si/react-npm-modules

openid-connect react tanstack-react-query typescript

Last synced: about 2 months ago
JSON representation

A range of NPM modules that make life simpler for EPFL-SI React developers

Awesome Lists containing this project

README

          

This is a [Yarn monorepo](https://yarnpkg.com/features/workspaces) for a number of public NPM packages whose name looks like `@epfl-si/*react*`.

# Instructions for Specific Development Tasks

## Add a changelog entry

yarn changeset

## Aggregate changelog entries and prepare for new releases

yarn changeset version

git commit -a

## Publish everything

yarn release