- All Implemented Interfaces:
- org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2
public class ForkStorkHandler
extends org.eclipse.core.commands.AbstractHandler
The ForkStorkHandler displays a Wizard to the user to gather a new MOOSE
application name and the users GitHub credentials, and then forks
idaholab/stork and renames the repository to the provided application name.
Additionally, it imports the project as a CDT Makefile project with
existing code, creates a new Make Target, and adds the appropriate MOOSE
include files to the Paths and Symbols preference page.
- Author:
- Alex McCaskey