Create a new package and run make
$ grill new [OPTIONS] [PATH]
PATH
Where to create the new package. Defaults to the current directory.
--name <NAME>
Name of the package.
--lib
Set project to be a static library.
--gui
Set project to be a GUI application.
--bin (default)
--bin
Set project to be a console application.
Last updated 2 years ago