Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

binpub

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binpub

Utility for publishing binaries to npm.

  • 0.0.23
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

binpub is a utility which makes republishing binaries easier.

It is extremely fragile right now, and WILL automatically PUSH git repos and PUBLISH npm packages (which is super dangerous, so be warned...).

Steps to setup overarching package:

  1. yarn global add binpub
  2. Create a repo on github, with the desire package name, on the git account that is current setup on your machine (the git config user.name account).
  3. Create a folder on your machine with the package name
  4. Navigate to inside that folder
  5. git init
  6. git remote add origin git@github.com:{gitUserName}/{packageName}.git
  7. git push -u origin master
  8. binpub init {packageName} --bins {primaryExecutableName} --addFiles {addFileName1} --addFiles {addFileName2}

Steps to add binaries:

  1. binpub add {packageName}

Requirements:

  1. npm has to be setup to be able to publish (npm adduser).
  2. git has to be setup to be able to push via ssh, and git config user.name and git config user.email must both be set up (git config user.name 'preferred-user-name').

FAQs

Package last updated on 10 Jan 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