0.0.23 • Published 4 years ago

binpub v0.0.23

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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:

0) yarn global add binpub 1) 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). 2) Create a folder on your machine with the package name 3) Navigate to inside that folder 4) git init 5) git remote add origin git@github.com:{gitUserName}/{packageName}.git 6) git push -u origin master 7) 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').

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago