mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
chore: first commit
This commit is contained in:
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'),
|
||||
};
|
||||
Reference in New Issue
Block a user