• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Nov-2018-

bin/H08-Nov-2018-4424

doc/H08-Nov-2018-6235

lib/H08-Nov-2018-9372

man/H08-Nov-2018-270222

test/H08-Nov-2018-178118

.gitrepoH A D08-Nov-2018402 1211

.travis.ymlH A D08-Nov-2018125 75

ChangesH A D08-Nov-2018279 1615

LicenseH A D08-Nov-20181.1 KiB2217

MakefileH A D08-Nov-20181 KiB4635

MetaH A D08-Nov-2018508 2924

ReadMe.podH A D08-Nov-20181.3 KiB7843

ReadMe.pod

1=pod
2
3=for comment
4DO NOT EDIT. This Pod was generated by Swim v0.1.41.
5See http://github.com/ingydotnet/swim-pm#readme
6
7=encoding utf8
8
9=head1 Name
10
11Bash+(1) - Modern Bash Programming
12
13=for html
14<a href="https://travis-ci.org/ingydotnet/bashplus"><img src="https://travis-ci.org/ingydotnet/bashplus.png" alt="bashplus"></a>
15
16=head1 Synopsis
17
18    source bash+ :std :array
19
20    use Foo::Bar this that
21
22    Array.new args "$@"
23
24    if args.empty?; then
25      die "I need args!"
26    fi
27
28    Foo::Bar.new foo args
29
30    this is awesome     # <= this is a real command! (You just imported it)
31
32=head1 Description
33
34Bash+ is just Bash... B<plus> some libraries that can make Bash programming a
35lot nicer.
36
37=for comment # Installation
38
39Get the source code from GitHub:
40
41    git clone git@github.com:ingydotnet/bashplus
42
43Then run:
44
45    make test
46    make install        # Possibly with 'sudo'
47
48=head1 Usage
49
50For now look at some libraries the use Bash+:
51
52=over
53
54=item * L<https://github.com/ingydotnet/git-hub>
55
56=item * L<https://github.com/ingydotnet/json-bash>
57
58=item * L<https://github.com/ingydotnet/test-more-bash>
59
60=back
61
62=head1 Status
63
64If you are interested in chatting about this, C</join #bpan> on
65irc.freenode.net.
66
67=head1 Author
68
69Written by Ingy döt Net <ingy@ingy.net>
70
71=head1 Copyright & License
72
73Copyright 2013-2016. Ingy döt Net.
74
75The MIT License (MIT).
76
77=cut
78