Last active
December 9, 2022 20:42
-
-
Save tanvirstreame/1b0cc9968d3de40abff2c27d699b0d10 to your computer and use it in GitHub Desktop.
Alternative to npm link is yalc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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