Skip to content

mlaursen/npm-packages

Repository files navigation

npm-packages

This is a for all the packages I publish under the @mlaursen scope.

Example Apps

To test out things there are a few apps:

  • next - next.js with react-md and any packages here
  • vite - vite with react-md and any packages here

Release Flow

Add changesets for each working change. This should generally be one package at a time:

pnpm changeset

Commit the changeset as a separate commit or with related work.

When ready to create a release:

pnpm changeset version
git add -u
git commit -m "build(version): version package"
pnpm changeset publish
git push --follow-tags

Then manually create a release in Github for the tag. I will need to look into a way for the createRelease script to handle this in @mlaursen/release-script now that I understand changesets a bit more.

About

Code utils I use when documenting or just showing code on a website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •