codeup
Automated codebase migrations and updates across repositories
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install codeup?โผ
Run `npx skills add unjs/codeup --all -g -y` in your terminal to install all skills in this repository globally.
What does codeup do?โผ
Codeup automates codebase updates by applying reusable actions, such as migrating ESLint configs or swapping dependencies, across many repositories at once.
How to run codeup actions?โผ
Use `npx codeup apply --actions path/to/actions/dir` for local actions, or point it to a GitHub source like `gh:unjs/codeup/actions/unjs` to run remote actions.
Can I create custom codeup actions?โผ
Yes. Define an action with a filter condition and apply steps using `defineAction`, and the included skill helps generate new action files automatically.
Does codeup work with different package managers?โผ
Yes. It automatically detects npm, yarn, pnpm, or bun and runs the correct commands for adding dependencies and executing scripts.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core