A CLI program running gluegunJS to easily manage your docker volumes
Guillaume "B.B." Van Hemmen
4430f6f844
Reviewed-on: https://git.van-hemmen.com///GuillaumeHemmen/docker-volume-manager/pulls/1 Co-authored-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com> Co-committed-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com> |
||
---|---|---|
__tests__ | ||
bin | ||
docs | ||
src | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
package.json | ||
readme.md | ||
tsconfig.json | ||
yarn.lock |
docker-volume-manager CLI
A CLI program running gluegunJS to easily manage your docker volumes
Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
Publishing to NPM
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm test
$ npm run build
$ npm publish
License
MIT - see LICENSE