v2.5
Notable changes:
- Added a simple test harness, and made a handful of tests.
bashy-core
:- New interactive
ubik
, which will use one found onPATH
as a last resort. arg-processor
: New post-process hookpost-process-args-call
.
- New interactive
bashy-basics
:buildy
:- New command
buildy make-distro
, cribbed from sibling projectlactoserv
and adapted for more general use. - New command
buildy ls-files
, inspired by (and based on) thegit
command of the same name.
- New command
- New command
ls-files
, top-level and non-git-specific (as opposed to the
one inbuildy
). - Renamed
jbash-array
tojset-array
, and made major improvements. - New command
jstring
.
- New sub-library
bashy-node
, for Node-specific stuff, particularly help
building and maintaining Node projects. As withmake-distro
(above), this
started out life in the sibling projectlactoserv
. Note: This
sub-library is fairly opinionated.