https://github.com/jondotsoy/commands-help
https://github.com/jondotsoy/commands-help
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jondotsoy/commands-help
- Owner: JonDotsoy
- Created: 2023-04-08T20:18:12.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-11T16:39:33.000Z (about 1 year ago)
- Last Synced: 2025-01-26T10:30:37.590Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commands
- take (`commands/take.zsh`): Therefore, this command checks if the directory exists and moves into it if it does, or creates the directory and moves into it if it does not exist.
## [git-assistant](./commands/git-assistant#readme)
Make messages for your commits with AI.
**Example:**
```shell
$ git commit
Loading...commit 58809ff67700ef35506dd8488db7af0f63c2f580 (HEAD -> develop, origin/develop)
Author: Jonathan Delgado
Date: Sat Feb 10 23:11:48 2024 -0300feat(git-assistant): Exclude CHANGELOG.md from Prettier formatting
Added a `.prettierignore` file to the `git-assistant` directory to specifically exclude `CHANGELOG.md` from being formatted by Prettier. This change ensures that the formatting of the changelog file, which often follows a specific format that might be disrupted by automatic styling, is preserved as intended. Additionally, updated the `.gitignore` to explicitly include the `.prettierignore` file, ensuring it is tracked in the repository. This adjustment helps maintain the consistency and readability of the project's documentation by preventing unintended formatting changes.
```Simple!