https://github.com/codemod-com/orchestration
https://github.com/codemod-com/orchestration
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemod-com/orchestration
- Owner: codemod-com
- Created: 2024-05-08T12:13:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T12:32:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T11:17:00.800Z (about 1 year ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of migration engine
### Prerequisites
- [pnpm](https://pnpm.io/)
- [Node.js](https://nodejs.org/en/)
- [codemod](https://docs.codemod.com/deploying-codemods/cli#installation)
### Installation
```bash
pnpm i
```
### Run
```bash
pnpm demo
```
After you run, you can edit file `demo/src/migration.ts` - on every change migration will be rerunning. So far there is no memoization, so it will rerun from scratch every time.