create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
{ | |
"*.tsx": { | |
"alternate": "{dirname}/__tests__/{basename}.test.tsx", | |
"type": "source", | |
"template": [ | |
"import type {open} FC {close} from 'react';", | |
"", | |
"type {basename|camelcase|capitalize}Props = {open}", | |
" property?: unknown;", | |
"{close};", |