app-bin
v0.1.19
Published
bin scripts for some app archetypes
Downloads
31
Readme
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://github.com/evanx/app-spec
- https://github.com/evanx/redis-app-rpf
- https://github.com/evanx/redis-koa-app-rpf
https://twitter.com/@evanxsummers