mirror of
https://github.com/pepa65/tldr-bash-client.git
synced 2024-11-10 21:26:58 +01:00
10 lines
283 B
JSON
10 lines
283 B
JSON
{
|
|
"name": "tldr-bash-client",
|
|
"version": "0.1a",
|
|
"description": "A fully-functional bash client for the tldr project, providing poignant examples of terminal commands",
|
|
"global": "true",
|
|
"install": "make install",
|
|
"uninstall": "make uninstall",
|
|
"scripts": [ "tldr" ]
|
|
}
|