Skip to content

Instantly share code, notes, and snippets.

@dyrkow
Last active January 11, 2020 17:12
Show Gist options
  • Save dyrkow/7fb81050c429d8534581c0feeb54e19b to your computer and use it in GitHub Desktop.
Save dyrkow/7fb81050c429d8534581c0feeb54e19b to your computer and use it in GitHub Desktop.
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