Create an init command that would allow a user to quickly initialize a project. As opposed to a "new" project, init would primarily deal with creating and managing the .qplug config file within a project directory.
The options with init could be an enum with options such as:
- Legacy ( write a build_tool that utilizes the Q-SYS provided binary.)
- init touch (create an empty .qplug file - only if one doesn't exist)
Create an init command that would allow a user to quickly initialize a project. As opposed to a "new" project, init would primarily deal with creating and managing the .qplug config file within a project directory.
The options with init could be an enum with options such as: