From 66e9f4db7750c510de400ae995494f999d621244 Mon Sep 17 00:00:00 2001 From: Guy Nankivell Date: Tue, 24 Apr 2018 09:56:35 +1200 Subject: [PATCH] Adds manpage for kodev --- share/man/kodev.1 | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 share/man/kodev.1 diff --git a/share/man/kodev.1 b/share/man/kodev.1 new file mode 100644 index 0000000..d5ea71e --- /dev/null +++ b/share/man/kodev.1 @@ -0,0 +1,81 @@ +.TH KODEV 1 +.SH NAME +kodev \- Kore project management tool + +.SH SYNOPSIS +.BR kodev +[\fIOPTION\fR] ... + +.SH DESCRIPTION +kore projects may be managed using the following OPTIONS; + +.BR help +.RS +Show the help synopsis. +.RE + +.BR run +.RS +Run an application (\-fnr implied). The current directory is the path of the +project to be run. +.RE + +.BR reload +.RS +Reload the application (SIGHUP sent). +.RE + +.BR build +.RS +Build the application. The properties of this build are read from +.BR conf/build.conf +.RE + +.BR info +.RS +Show info on kore on this system. Namely; active flavour, output type, kore +features, kore source and kore binary. +.RE + +.BR clean +.RS +Cleanup the build files. +.RE + +.BR create +.RS +Create a new application skeleton with the name that is passed to it. +.RE + +.BR flavour +.RS +Switch between build flavours with the argument being the new flavour. +.RE + +.BR \-p +.RS +Option used in conjunction with \fBcreate\fR to generate an application for use +with +.BR pyko +.RE + +.SH REPORTING BUGS, CONTRIBUTING && MORE +If you run into any bugs, have suggestions or patches, please contact me at +.BR + +More information can be found at +.BR + +.SH AUTHOR +.BR kore +developed by Joris Vink +.BR + +Manpage authored by Guy Nankivell +.BR + +.SH LICENCE +Usage of this software is provided under the +.BR ISC +license which may be found, with the source, at +.BR