-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor all "clone" and "create" commands to use SfdxFalconResult for internal monitoring #22
Labels
enhancement
New feature or request
Comments
VivekMChawla
added a commit
that referenced
this issue
Apr 6, 2019
Create a new abstract class that extends Yeoman's Generator class. This new class will standardize a lot of the setup tasks that are currently being repeated in each "generator type" class. Related to: #22
VivekMChawla
added a commit
that referenced
this issue
Apr 6, 2019
Complete the core refactor of code to allow for a more generalized approach to building Yeoman Generators inside SFDX-Falcon. This new code should dramatically reduce the amount of repeated, boilerplate code when building Yeoman Generators. This code also wires-in the SfdxFalconResult object between Command and Generator, as well as uses the latest error display code. Related to: #22 #24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, all of the Yeoman-based commands like
falcon:demo:clone
andfalcon:project:create
are NOT using the new SfdxFalconResult system to keep track of internal status and return values.Refactor all Yeoman code to use the new toolset.
The text was updated successfully, but these errors were encountered: