mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
chore: first commit
This commit is contained in:
commit
64c92a661c
37 changed files with 13458 additions and 0 deletions
9
src/tools/token-generator/index.ts
Normal file
9
src/tools/token-generator/index.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import type { ITool } from './../Tool';
|
||||
|
||||
export const tool: ITool = {
|
||||
name: 'Token generator',
|
||||
path: '/token-generator',
|
||||
description: 'Generate random string with the chars you want: uppercase or lowercase letters, numbers and/or symbols.',
|
||||
keywords: ['token', 'random', 'string', 'alphanumeric', 'symbols', 'number', 'letters', 'lowercase', 'uppercase'],
|
||||
component: () => import('./token-generator.tool.vue'),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue