Skip to content

feat: add symlink script for Git submodule usage#64

Open
amirgeek wants to merge 2 commits intopbakaus:mainfrom
amirgeek:feat/git-submodule-script
Open

feat: add symlink script for Git submodule usage#64
amirgeek wants to merge 2 commits intopbakaus:mainfrom
amirgeek:feat/git-submodule-script

Conversation

@amirgeek
Copy link

Fixes #46.

This PR adds a convenient shell script (bin/link.sh) and documentation for using the repository as a git submodule. This allows users to keep their skills up to date with git submodule update --remote without having to manually download ZIPs or run update scripts.

The script automatically detects the provider you want and creates a relative symlink from your project's root to the submodule directory.

Usage:

git submodule add https://github.com/pbakaus/impeccable .impeccable
./.impeccable/bin/link.sh cursor

@amirgeek amirgeek requested a review from pbakaus as a code owner March 23, 2026 14:51
Copy link

@codeCraft-Ritik codeCraft-Ritik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent improvement

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.

Git submodule support

2 participants