mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
feat(new tool): curl converter
Generate curl version for common coding languages Fix #830
This commit is contained in:
parent
b430baef40
commit
6d079f18bf
9 changed files with 394 additions and 10 deletions
12
src/tools/curl-converter/index.ts
Normal file
12
src/tools/curl-converter/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { ExternalLink } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Curl Converter',
|
||||
path: '/curl-converter',
|
||||
description: 'Generate common coding languages version of provided curl command line',
|
||||
keywords: ['curl', 'code', 'language', 'generator'],
|
||||
component: () => import('./curl-converter.vue'),
|
||||
icon: ExternalLink,
|
||||
createdAt: new Date('2024-04-20'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue