.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