mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-09 07:35:01 -04:00
Integrate composerize (https://github.com/magicmark/composerize) into it-tools
This commit is contained in:
parent
f512d09227
commit
efb78da456
6 changed files with 135 additions and 16 deletions
11
src/tools/docker-to-docker-compose/index.ts
Normal file
11
src/tools/docker-to-docker-compose/index.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { BrandDocker } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Composerize',
|
||||
path: '/docker-to-docker-compose',
|
||||
description: 'Turns docker run commands into docker-compose files!',
|
||||
keywords: ['docker', 'to', 'docker', 'compose'],
|
||||
component: () => import('./docker-to-docker-compose.vue'),
|
||||
icon: BrandDocker,
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue