Skip to content

HaydenEdinger/Monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Assets Monorepo

A centralized repository for scripts, automation tools, and digital assets.

Repository Structure

.
├── scripts/              # All automation scripts
│   └── illustrator/     # Adobe Illustrator scripts
├── docs/                # Documentation
└── assets/             # Digital assets
    └── templates/      # Reusable templates

Scripts

Adobe Illustrator Scripts

Located in scripts/illustrator/

  • Automation scripts for Illustrator
  • Utility functions and helpers
  • Script documentation

Documentation

Located in docs/

  • Setup guides
  • Usage instructions
  • Best practices
  • Troubleshooting guides

Assets

Located in assets/

  • Templates
  • Reusable components
  • Resource files

Setup

  1. Clone the repository:
git clone https://github.com/HaydenEdinger/Monorepo.git
cd Monorepo
  1. Initialize submodules (if any):
git submodule update --init --recursive

Contributing

  1. Create a new branch for your changes:
git checkout -b feature/your-feature-name
  1. Make your changes and commit:
git add .
git commit -m "Description of changes"
  1. Push to GitHub:
git push origin feature/your-feature-name

Maintenance

  • Keep scripts organized in appropriate directories
  • Update documentation as needed
  • Use meaningful commit messages
  • Tag important versions

About

EP Libraries

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors