Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.