A CLI program running gluegunJS to easily manage your docker volumes
Find a file
Guillaume "B.B." Van Hemmen fd7c4e87e7
#0000 - Add docker-volume-manager command and .editorconfig
Introduces `docker-volume-manager` with functionalities to backup and restore Docker volumes. Also adds an .editorconfig file to ensure consistent coding styles across the project.
2024-08-08 06:56:00 +02:00
__tests__ fist commit 2024-08-07 10:43:19 +02:00
bin fist commit 2024-08-07 10:43:19 +02:00
docs fist commit 2024-08-07 10:43:19 +02:00
src #0000 - Add docker-volume-manager command and .editorconfig 2024-08-08 06:56:00 +02:00
.editorconfig #0000 - Add docker-volume-manager command and .editorconfig 2024-08-08 06:56:00 +02:00
.eslintrc.js fist commit 2024-08-07 10:43:19 +02:00
.gitignore fist commit 2024-08-07 10:43:19 +02:00
LICENSE fist commit 2024-08-07 10:43:19 +02:00
package.json fist commit 2024-08-07 10:43:19 +02:00
readme.md fist commit 2024-08-07 10:43:19 +02:00
tsconfig.json fist commit 2024-08-07 10:43:19 +02:00
yarn.lock fist commit 2024-08-07 10:43:19 +02:00

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