feat(new-tool): yaml and json converters

This commit is contained in:
Corentin Thomasset 2023-04-10 17:34:58 +02:00 committed by Corentin THOMASSET
parent 05f06f6a07
commit c0a89131dd
9 changed files with 149 additions and 1 deletions

View file

@ -1,6 +1,8 @@
import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
import { tool as basicAuthGenerator } from './basic-auth-generator';
import { tool as yamlToJson } from './yaml-to-json-converter';
import { tool as jsonToYaml } from './json-to-yaml-converter';
import { tool as ipv6UlaGenerator } from './ipv6-ula-generator';
import { tool as ipv4AddressConverter } from './ipv4-address-converter';
import { tool as benchmarkBuilder } from './benchmark-builder';
@ -66,6 +68,8 @@ export const toolsByCategory: ToolCategory[] = [
colorConverter,
caseConverter,
textToNatoAlphabet,
yamlToJson,
jsonToYaml,
],
},
{