We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1eaaa6 + 6b22421 commit 1aacd07Copy full SHA for 1aacd07
1 file changed
extras/CONFIG.md
@@ -3,10 +3,14 @@
3
Almost every behavior of projectable can be custommized through a simple `toml`
4
file.
5
6
+### Global config
7
+
8
To get started, run `prj --make-config` to create a new config file. Then, run
9
`prj --config` to get the location of your config file. Go to that directory,
10
and edit the TOML file.
11
12
+### Project-specific config
13
14
Additionally, you can create _project local_ configurations. Just create a
15
`.projectable.toml` file anywhere, and it'll be merged with your global
16
configuration. This allows you to have specific commands depending on your
0 commit comments