Document the currently existing utilities briefly.
Chris Pressey
8 years ago
2 | 2 | |
3 | 3 | **shelf** is "a package installer which neither packages nor installs". |
4 | 4 | |
5 | Work in progress. | |
5 | Work in progress. Subject to change in backwards-incompatible ways. | |
6 | 6 | |
7 | 7 | shelf aims to replace [toolshelf](https://github.com/catseye/toolshelf). |
8 | 8 | |
27 | 27 | The following shell functions are defined by `shelf.sh` and available for use: |
28 | 28 | |
29 | 29 | * `shelf_link` *DIR* |
30 | ||
31 | Create links to the relevant files in *DIR*, in the appropriate link farm. | |
30 | 32 | |
31 | 33 | * `shelf_unlink` *DIR* |
34 | ||
35 | Remove, from all link farms, any links to any files found in *DIR*. | |
32 | 36 | |
33 | 37 | * `shelf_unlink_broken` |
38 | ||
39 | Remove, from all link farms, any links that are broken. | |
34 | 40 | |
35 | 41 | * `shelf_build` *DIR* |
42 | ||
43 | Make a best-effort guess at how to build the sources in *DIR*, and try to | |
44 | build them using that method. |