diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2022-03-04 15:16:35 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2022-03-04 15:16:35 -0500 |
| commit | 0863b2bf4754c656f3d04b083d4bd02a691b4559 (patch) | |
| tree | 52267e33597e1fe4057c84548165b9612f6b075e /docs/code/index.md | |
| parent | e21f92e35fd0baf1e14c2b2a9f630ecf68cd43bb (diff) | |
A brief writeup of tools/
Diffstat (limited to 'docs/code/index.md')
| -rw-r--r-- | docs/code/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/code/index.md b/docs/code/index.md index b5c4c68..e0efe37 100644 --- a/docs/code/index.md +++ b/docs/code/index.md @@ -2,6 +2,8 @@ Pieces of code and code-adjacent work, with or without exposition, that don't quite fit into the library ecosystem, but which I enjoyed writing. +* [Using the shell environment as a project tool](tools-convention.md) — A general and less tooling-intensive approach to automating routine project tasks. + * [A Users, Roles & Privileges Scheme Using Graphs](users-rolegraph-privs.md) — An SQL schema and associated queries for handling permissions when roles can nest arbitrarily. * [Configuring Browser Apps](configuring-browser-apps.md) — Notes on the available techniques for delivering runtime configuration to code running in a user's browser, and the tradeoffs involved. |
