Skip to content
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

#32 refactor command class names to be consistent #33

Merged
merged 7 commits into from
Mar 28, 2022

Conversation

caendesilva
Copy link
Member

This PR refactors all the commands to follow the format of Hyde + CommandDescriptor + Command

BasePublishingCommand => HydeBasePublishingCommand
BuildStaticSiteCommand => HydeBuildStaticSiteCommand
Debug => HydeDebugCommand
HydePublishConfigsCommand => HydePublishConfigsCommand
HydePublishHomepageCommand => HydePublishHomepageCommand
HydePublishViewsCommand => HydePublishViewsCommand
MakePostCommand => HydeMakePostCommand
MakeValidatorCommand => HydeMakeValidatorCommand
PublishStubsCommand => HydePublishStubsCommand
Validate => HydeValidateCommand

@caendesilva caendesilva linked an issue Mar 28, 2022 that may be closed by this pull request
@caendesilva caendesilva merged commit 9c2ea99 into master Mar 28, 2022
@caendesilva caendesilva deleted the 32-refactor-class-names-to-be-consistent branch March 28, 2022 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor command class names to be consistent
1 participant