A centralized repository for scripts, automation tools, and digital assets.
.
├── scripts/ # All automation scripts
│ └── illustrator/ # Adobe Illustrator scripts
├── docs/ # Documentation
└── assets/ # Digital assets
└── templates/ # Reusable templates
Located in scripts/illustrator/
- Automation scripts for Illustrator
- Utility functions and helpers
- Script documentation
Located in docs/
- Setup guides
- Usage instructions
- Best practices
- Troubleshooting guides
Located in assets/
- Templates
- Reusable components
- Resource files
- Clone the repository:
git clone https://github.com/HaydenEdinger/Monorepo.git
cd Monorepo- Initialize submodules (if any):
git submodule update --init --recursive- Create a new branch for your changes:
git checkout -b feature/your-feature-name- Make your changes and commit:
git add .
git commit -m "Description of changes"- Push to GitHub:
git push origin feature/your-feature-name- Keep scripts organized in appropriate directories
- Update documentation as needed
- Use meaningful commit messages
- Tag important versions