feat(tool): crontab generator

This commit is contained in:
Corentin Thomasset 2022-04-14 02:02:05 +02:00
parent 24ff6528f7
commit 358ff45ae1
No known key found for this signature in database
GPG key ID: 3103EB5E79496F9C
6 changed files with 255 additions and 1 deletions

View file

@ -1,6 +1,7 @@
import { LockOpen } from '@vicons/tabler';
import type { ToolCategory } from './Tool';
import { tool as crontabGenerator } from './crontab-generator';
import { tool as textStatistics } from './text-statistics';
import { tool as tokenGenerator } from './token-generator';
import { tool as hashText } from './hash-text';
@ -34,7 +35,7 @@ export const toolsByCategory: ToolCategory[] = [
{
name: 'Development',
icon: LockOpen,
components: [gitMemo, randomPortGenerator],
components: [gitMemo, randomPortGenerator, crontabGenerator],
},
{
name: 'Text',