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
- Host: GitHub
- URL: https://github.com/epfl-si/react-npm-modules
- Owner: epfl-si
- Created: 2022-10-10T14:33:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T10:46:17.000Z (over 2 years ago)
- Last Synced: 2025-02-14T20:15:16.624Z (over 1 year ago)
- Topics: openid-connect, react, tanstack-react-query, typescript
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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