forked from haarg/wgdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
63 lines (46 loc) · 1.79 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
DESCRIPTION
Performs common actions needed by WebGUI developers such as recreating
their site from defaults, checking version numbers, exporting packages,
and more.
INSTALLATION
The recommended way to install WGDev is to download the self contained
script.
curl -O http://haarg.org/wgd
chmod +x wgd
To install this from a release tarball, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, have the CPAN client install it:
cpan .
BUILDING FROM SOURCE
To build WGDev from the source repository, install you will
need to install the Dist::Zilla module, as well as some plugins
for it:
cpan Dist::Zilla
cpan `dzil authordeps`
It can then be built with the command:
dzil build
SUPPORT AND DOCUMENTATION
After installing, you can find documentation using several commands:
wgd intro
Introductory documentation to get started using the wgd command.
wgd <command> -h
Usage summary for any wgd command.
wgd help <command>
Full documentation for any wgd command.
Source code is hosted on GitHub at:
http://github.com/haarg/wgdev
Bug reports and feature requests can be posted on the issue tracker:
http://github.com/haarg/wgdev/issues
CONTRIBUTORS
Graham Knop <[email protected]>
Patrick Donelan <[email protected]>
Doug Bell <[email protected]>
Mark Leighton Fisher <[email protected]>
Colin Kuskie <[email protected]>
LICENSE INFORMATION
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl 5.10.0. For more details,
see the full text of the licenses in the directory LICENSES.