debugpy/build/git-subrepo/ext/bashplus/doc/bash+.swim
Rich Chiodo f4ba976121
Subrepo command wasn't checked in correctly (#1737)
* Remove subrepo

* Fix subrepo
2024-11-18 09:50:34 -08:00

61 lines
1,006 B
Text

Bash+(1)
========
Modern Bash Programming
<badge travis ingydotnet/bashplus>
= Synopsis
source bash+ :std :array
use Foo::Bar this that
Array.new args "$@"
if args.empty?; then
die "I need args!"
fi
Foo::Bar.new foo args
this is awesome # <= this is a real command! (You just imported it)
= Description
Bash+ is just Bash... *plus* some libraries that can make Bash programming a
lot nicer.
## Installation
Get the source code from GitHub:
git clone git@github.com:ingydotnet/bashplus
Then run:
make test
make install # Possibly with 'sudo'
= Usage
For now look at some libraries the use Bash+:
* https://github.com/ingydotnet/git-hub
* https://github.com/ingydotnet/json-bash
* https://github.com/ingydotnet/test-more-bash
= Status
If you are interested in chatting about this, `/join #bpan` on
irc.freenode.net.
= Author
Written by Ingy döt Net <ingy@ingy.net>
= Copyright & License
Copyright 2013-2016. Ingy döt Net.
The MIT License (MIT).