2
0
mirror of https://github.com/pepa65/tldr-bash-client.git synced 2024-09-21 07:51:28 +02:00
tldr-bash-client/package.json
pepa65 a08bd77bd0 Release version 0.3
- More extensive colour customization, also help
- Use $XDG_DATA_HOME if it exists
- Bug: display pagename on linting errors
2017-03-13 02:34:04 +07:00

10 lines
234 B
JSON

{
"name": "tldr-bash-client",
"version": "0.3",
"description": "Bash client for tldr: community driven man-by-example",
"global": "true",
"install": "make install",
"uninstall": "make uninstall",
"scripts": [ "tldr" ]
}