mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
77 lines
1.3 KiB
Text
77 lines
1.3 KiB
Text
=pod
|
|
|
|
=for comment
|
|
DO NOT EDIT. This Pod was generated by Swim v0.1.41.
|
|
See http://github.com/ingydotnet/swim-pm#readme
|
|
|
|
=encoding utf8
|
|
|
|
=head1 Name
|
|
|
|
Bash+(1) - Modern Bash Programming
|
|
|
|
=for html
|
|
<a href="https://travis-ci.org/ingydotnet/bashplus"><img src="https://travis-ci.org/ingydotnet/bashplus.png" alt="bashplus"></a>
|
|
|
|
=head1 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)
|
|
|
|
=head1 Description
|
|
|
|
Bash+ is just Bash... B<plus> some libraries that can make Bash programming a
|
|
lot nicer.
|
|
|
|
=for comment # Installation
|
|
|
|
Get the source code from GitHub:
|
|
|
|
git clone git@github.com:ingydotnet/bashplus
|
|
|
|
Then run:
|
|
|
|
make test
|
|
make install # Possibly with 'sudo'
|
|
|
|
=head1 Usage
|
|
|
|
For now look at some libraries the use Bash+:
|
|
|
|
=over
|
|
|
|
=item * L<https://github.com/ingydotnet/git-hub>
|
|
|
|
=item * L<https://github.com/ingydotnet/json-bash>
|
|
|
|
=item * L<https://github.com/ingydotnet/test-more-bash>
|
|
|
|
=back
|
|
|
|
=head1 Status
|
|
|
|
If you are interested in chatting about this, C</join #bpan> on
|
|
irc.freenode.net.
|
|
|
|
=head1 Author
|
|
|
|
Written by Ingy döt Net <ingy@ingy.net>
|
|
|
|
=head1 Copyright & License
|
|
|
|
Copyright 2013-2016. Ingy döt Net.
|
|
|
|
The MIT License (MIT).
|
|
|
|
=cut
|