Creating a new package
Last updated
Last updated
To create a new console application, run:
As the output shows, the command automatically runs make
. Let's see what the package looks like:
Package.toml
is the package manifest. Here you can specify properties about your package, such as name, version and dependencies. The dependencies table is not included in newly created manifests, but can be added like this:
Package.lock
is generated by Grill and should not be edited manually.
The other files make up a Beef workspace that can be opened and debugged in the IDE.