fist commit
This commit is contained in:
commit
a27fca4dea
17 changed files with 5033 additions and 0 deletions
src/commands
12
src/commands/docker-volume-manager.ts
Normal file
12
src/commands/docker-volume-manager.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { GluegunCommand } from 'gluegun'
|
||||
|
||||
const command: GluegunCommand = {
|
||||
name: 'docker-volume-manager',
|
||||
run: async (toolbox) => {
|
||||
const { print } = toolbox
|
||||
|
||||
print.info('Welcome to your CLI')
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = command
|
Loading…
Add table
Add a link
Reference in a new issue