codemod
codemod copied to clipboard
Initial workflow PR
Please check if the PR fulfills these requirements:
- [x] The commit message follows our code of conduct and contributing guidelines
- [ ] Tests for the changes have been added (for bug fixes/features)
- [ ] Docs have been added / updated (for bug fixes / features)
This is potentially new workflow engine
Example of usage is in packages/workflow/sample.workflow.ts
There is documentation with JSDoc in packages/workflow/src/compose.ts
General design:
Every call to a function is lazy and returns Promise which is not executed until you call await promise.
That allows to make chains like this:
const dirs = repositories`repo1`.directories`apps/*`;
await dirs.moveTo(repositories`repo2`.dirs`apps`);
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| codemod | ❌ Failed (Inspect) | May 22, 2024 0:14am |