A Bash framework.
Go to file
garrettmills 9fe327a78a
General fixes & improvements:
- Make isNumeric accept optional first argument
- Support rest params for commands to collect all remaining inputs
- Support switching apps if the app name already exists for g::app
- Make g::source look for files relative to the source file where it was
  called
- Add ability to override $g__CALLER_PATH
- Make g::source store resolved file paths, not file slugs
- Print a full stack trace on g::error::throw
2021-08-12 00:09:21 -05:00
.idea Start documentation 2021-08-10 23:18:43 -05:00
src General fixes & improvements: 2021-08-12 00:09:21 -05:00
.gitignore Initial commit 2021-08-04 18:11:17 -05:00
example.bash Start documentation 2021-08-10 23:18:43 -05:00
LICENSE Initial commit 2021-08-04 15:13:13 +00:00
README.md Initial commit 2021-08-04 15:13:13 +00:00

g.bash

A Bash framework.