mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
Adds manpage for kodev
This commit is contained in:
parent
98af796acd
commit
66e9f4db77
81
share/man/kodev.1
Normal file
81
share/man/kodev.1
Normal file
@ -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 <joris@coders.se>
|
||||
|
||||
More information can be found at
|
||||
.BR <https://kore.io/>
|
||||
|
||||
.SH AUTHOR
|
||||
.BR kore
|
||||
developed by Joris Vink
|
||||
.BR <joris@coders.se>
|
||||
|
||||
Manpage authored by Guy Nankivell
|
||||
.BR <guynankivell@gmail.com>
|
||||
|
||||
.SH LICENCE
|
||||
Usage of this software is provided under the
|
||||
.BR ISC
|
||||
license which may be found, with the source, at
|
||||
.BR <https://github.com/jorisvink/kore>
|
Loading…
x
Reference in New Issue
Block a user