Skip to content

Instantly share code, notes, and snippets.

@tanvirstreame
Last active December 9, 2022 20:42
Show Gist options
  • Save tanvirstreame/1b0cc9968d3de40abff2c27d699b0d10 to your computer and use it in GitHub Desktop.
Save tanvirstreame/1b0cc9968d3de40abff2c27d699b0d10 to your computer and use it in GitHub Desktop.
Alternative to npm link is yalc
// Help in developing package locally
// https://medium.com/@sam-king/an-alternative-to-npm-link-cf9ab9408f56
// https://betterprogramming.pub/how-to-create-and-publish-react-typescript-npm-package-with-demo-and-automated-build-80c40ec28aca
npm i yalc -g
yalc publish
yalc add [email protected]
yalc remove [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment