app-bin

0.1.19 • Public • Published

app-bin

Shell scripts for some app archetypes for node_modules/.bin

See https://github.com/evanx/app-bin/blob/master/package.json

"bin"{
   "git-commit": "./bin/git-commit.sh",
   "npm-publish": "./bin/npm-publish.sh",
   "docker-rebuild": "./bin/docker-rebuild.sh",
   "docker-redeploy": "./bin/docker-redeploy.sh",
   "docker-rm": "./bin/docker-rm.sh",
   "docker-network-rm": "./bin/docker-network-rm.sh",
   "docker-inspect-ip": "./bin/docker-inspect-ip.sh",
   "docker-run-redis": "./bin/docker-run-redis.sh",
   "docker-rm-redis": "./bin/docker-rm-redis.sh"
 },

Related


https://twitter.com/@evanxsummers

Readme

Keywords

none

Package Sidebar

Install

npm i app-bin

Weekly Downloads

12

Version

0.1.19

License

ISC

Last publish

Collaborators

  • evanx