-
Notifications
You must be signed in to change notification settings - Fork 0
Improve documentation and fix typos #2
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes multiple changes to improve the documentation and fix typos in the codebase. The most important changes include updates to the
README.md
file, renaming and correcting class names in command files, and updating the folder structure in the documentation.Documentation improvements:
README.md
: Improved wording, updated the table of contents, and added new sections for setup steps and a variables table. [1] [2] [3] [4] [5] [6] [7]src/README.md
: Updated the folder structure to reflect the current state of the project.Codebase corrections:
src/app/commands/generate-component.command.ts
: Corrected class name fromGenerateComponentCommad
toGenerateComponentCommand
. [1] [2]src/app/commands/generate-composable.command.ts
: Corrected class name fromgenerateComposeableCommad
togenerateComposeableCommand
.src/app/commands/generate-constant.command.ts
: Corrected class name fromGenerateConstantCommad
toGenerateConstantCommand
. [1] [2]src/app/commands/generate-custom-component.command.ts
: Corrected class name fromGenerateCustomComponentCommad
toGenerateCustomComponentCommand
. [1] [2]src/app/commands/generate-directive.command.ts
: Corrected class name fromgenerateDirectiveCommad
togenerateDirectiveCommand
.src/app/commands/generate-enum.command.ts
: Corrected class name fromGenerateEnumCommad
toGenerateEnumCommand
. [1] [2]src/app/commands/generate-hook.command.ts
: Corrected class name fromGenerateHookCommad
toGenerateHookCommand
. [1] [2]src/app/commands/generate-layout.command.ts
: Corrected class name fromGenerateLayoutCommad
toGenerateLayoutCommand
. [1] [2]src/app/commands/generate-middleware.command.ts
: Corrected class name fromGenerateMiddlewareCommad
toGenerateMiddlewareCommand
. [1] [2]src/app/commands/generate-model.command.ts
: Corrected class name fromGenerateModelCommad
toGenerateModelCommand
.chore: 🔖 restore and update README documentation for command execution flow