Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7i7o/changesets-pnpm-example
Example for automated NPM publishing workflow using changesets
https://github.com/7i7o/changesets-pnpm-example
Last synced: about 1 month ago
JSON representation
Example for automated NPM publishing workflow using changesets
- Host: GitHub
- URL: https://github.com/7i7o/changesets-pnpm-example
- Owner: 7i7o
- Created: 2024-01-05T14:33:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T20:48:11.000Z (12 months ago)
- Last Synced: 2024-10-28T22:47:44.861Z (2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@7i7o/changesets-pnpm-example
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Changesets + pnpm Example
This repo works as an example for a basic TS project that automatically publishes the package to the NPM Registry.
It uses [pnpm](https://pnpm.io/), [tsup](https://tsup.egoist.dev/) to bundle our package and [@changesets/cli](https://github.com/changesets/changesets/blob/main/packages/cli/README.md) to automate the release and publish flow.