feat(new tool): Docker Compose to Docker Run

#634 #546
This commit is contained in:
sharevb 2024-01-21 22:52:28 +01:00 committed by ShareVB
parent 22e836bb3d
commit a4f0522ad2
8 changed files with 201 additions and 37 deletions

View file

@ -75,6 +75,7 @@ import { tool as urlParser } from './url-parser';
import { tool as uuidGenerator } from './uuid-generator';
import { tool as macAddressLookup } from './mac-address-lookup';
import { tool as xmlFormatter } from './xml-formatter';
import { tool as dockerComposeToDockerRunConverter } from './docker-compose-to-docker-run-converter';
export const toolsByCategory: ToolCategory[] = [
{
@ -138,6 +139,7 @@ export const toolsByCategory: ToolCategory[] = [
sqlPrettify,
chmodCalculator,
dockerRunToDockerComposeConverter,
dockerComposeToDockerRunConverter,
xmlFormatter,
],
},