tbuild/man/tbuild-init.1
xSlendiX 1946864ab3 Add documentation.
Signed-off-by: xSlendiX <slendi@socopon.com>
2022-12-24 20:04:59 +02:00

27 lines
679 B
Groff

.TH "TBUILD-INIT" "1" "" "" "TBuild Manual"
.nh
.ad l
.SH "NAME"
tbuild-init \- Initialize a new project. Aliases: [i]
.SH "SYNOPSIS"
.SP
.nf
\fItbuild init\fR [project_path]
.fi
.SP
.SH DESCRIPTION
.sp
This commands allows you to create the basic boilerplate of a tbuild project without requiring you do write files like the manifest file manually. If provided with a \fBproject_path\fR, tbuild will initialize a new project in that directory.
.sp
When run the following steps will be taken:
.if n \{\
.RE
.\}
.sp
\fB1. \fRCreate the build directory, if it doesn't exist already\&.
.br
\fB2. \fRCreate the manifest file\&.
.br
\fB3. \fRCreate a basic hello world project\&.
.br