You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/local-development.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
1
2
2
## Local Package Development
3
3
4
-
If you are working on a project, and want to pull in a dependency, say [bash-args](https://github.com/eankeen/bash-args), the workflow is slightly different
4
+
If you are working on a project, and want to pull in a dependency, say [bash-args](https://github.com/eankeen/bash-args), the workflow is similar to installing packages globally
5
5
6
6
To use the packages, simply append to the `PATH` variable in your script entrypoint (`script.sh` in the example below). Note that exporting it isn't required because it's already an exported variable
7
7
8
-
TODO: Note that right now, you have to manually add `eankeen/bash-args` to your dependencies.toml. In the future, `dependencies` will likely be removed in favor of storing the information within the Git repository as submodules (a free lockfile)
0 commit comments