New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bandress-dumbasses/lame

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bandress-dumbasses/lame

## Create a new org-scoped project

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

LAME

Create a new org-scoped project

  1. Initialize the project directory:
    1. mkdir lame
  2. Create the lame project on github
  3. Initialize the git project locally:
    1. git init
  4. Associate the local project with github:
    1. git remote add origin https://github.com/brainthinks/lame-test.git
  5. Add some stuff to the project
    1. touch README.md
    2. touch .gitignore
    3. touch .npmrc
  6. Add the .npmrc file with the following:
    1. scope=bandress-dumbasses
    2. access=public
  7. Initialize the node project:
    1. yarn init
    2. Provide the name of the project as @bandress-dumbasses/lame
  8. Commit and push all the files:
    1. git add .
    2. git commit -m "message"
    3. git push -u origin master
  9. Version the project:
    1. yarn version --new-version 0.0.1
    2. git push --tags
  10. Publish the project
    1. npm publish

Observe that the project was published to the org's namespace.

Modify an existing project to have an org scope

References

  • https://docs.npmjs.com/creating-and-publishing-an-org-scoped-package
  • https://docs.npmjs.com/configuring-your-npm-client-with-your-org-settings

FAQs

Package last updated on 04 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc