Initializing an existing project

NOT IMPLEMENTED

To initialize an existing project, make sure your main project is at the root of your package. To add the necessary files for a Grill package, run:

$ grill init

You can use the make command to generate the workspace.

Note: Generating a new workspace will remove any dependencies not listed in the manifest. Remember to add your dependencies to the manifest before you run the make command.

Last updated