зеркало из https://github.com/github/docs.git
13 строки
291 B
JavaScript
13 строки
291 B
JavaScript
|
export const allTools = {
|
||
|
bash: 'Bash',
|
||
|
cli: 'GitHub CLI',
|
||
|
codespaces: 'Codespaces',
|
||
|
curl: 'cURL',
|
||
|
desktop: 'Dekstop',
|
||
|
importer_cli: 'GitHub Enterprise Importer CLI',
|
||
|
graphql: 'GraphQL API',
|
||
|
powershell: 'PowerShell',
|
||
|
vscode: 'Visual Studio Code',
|
||
|
webui: 'Web browser',
|
||
|
}
|