-
Notifications
You must be signed in to change notification settings - Fork 0
/
golf.6
41 lines (33 loc) · 829 Bytes
/
golf.6
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
.\" Manpage for golf
.\" Report errors to https://github.com/gretzky/golf
.TH golf.sh 6 "27 Jun 2018" 0.1.3" "golf.sh man page"
.SH NAME
golf.sh \- a faster way to init a project
.SH DESCRIPTION
a shell dialog program that generates common files needed for most projects based on user input
.SH OPTIONS
.TP 5
.B -m|--minimal
Run golf and only output an editorconfig and gitignore.
.TP
.B -d|--with-defaults
Run golf with default options set.
.TP
.B -h|--help
View usage.
.SH LINKS
.UR https://github.com/gretzky/golf
\fBRepository\fR
.UE
.SH BUGS
Report any bugs or feature requests to the
.UR https://github.com/gretzky/golf/issues
tracker
.UE
.SH AUTHORS
.UR https://github.com/gretzky
Sara Federico
.UE .
.SH COPYRIGHT
Copyright (c) 2018 Sara Federico
\fIgolf.sh\fR is licensed under the MIT license, see LICENSE file.