Skip to content

Instantly share code, notes, and snippets.

@richlander
Created December 4, 2018 16:28
Show Gist options
  • Save richlander/63c54a56b99d7eae592ff886748760c4 to your computer and use it in GitHub Desktop.
Save richlander/63c54a56b99d7eae592ff886748760c4 to your computer and use it in GitHub Desktop.
Example dotnet-tools.json
{
"version": 1,
"isRoot": true,
"tools": {
"dotnetsay": {
"version": "2.1.4",
"commands": [
"dotnetsay"
]
},
"t-rex": {
"version": "1.0.103",
"commands": [
"t-rex"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment