2
0
mirror of https://github.com/pepa65/tldr-bash-client.git synced 2024-10-01 12:11:28 +02:00
tldr-bash-client/package.json

10 lines
283 B
JSON
Raw Normal View History

2017-02-22 13:57:27 +01:00
{
"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" ]
}