Last active
January 11, 2020 17:12
-
-
Save dyrkow/7fb81050c429d8534581c0feeb54e19b to your computer and use it in GitHub Desktop.
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
1. Crease an organization scope on with link https://www.npmjs.com/org/create (somescope) | |
2. Init scoped package `npm init --scope=somescope` | |
``` | |
{ | |
"name": "@somescope/somepackage" | |
} | |
``` | |
3. Publish package `npm publich --access public` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment