Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nortex-dev/nmigrate
YAML config migration utility with programmatic API & CLI.
https://github.com/nortex-dev/nmigrate
Last synced: 24 days ago
JSON representation
YAML config migration utility with programmatic API & CLI.
- Host: GitHub
- URL: https://github.com/nortex-dev/nmigrate
- Owner: NorteX-dev
- Created: 2024-08-02T15:16:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T20:39:41.000Z (6 months ago)
- Last Synced: 2024-11-19T21:40:01.111Z (3 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nmigrate
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.