https://github.com/zyedidia/knitja
A tool for converting Ninja build files to Knitfiles
https://github.com/zyedidia/knitja
Last synced: 5 months ago
JSON representation
A tool for converting Ninja build files to Knitfiles
- Host: GitHub
- URL: https://github.com/zyedidia/knitja
- Owner: zyedidia
- License: other
- Created: 2022-10-30T23:00:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T23:19:35.000Z (about 3 years ago)
- Last Synced: 2025-03-05T23:26:12.519Z (10 months ago)
- Language: C
- Size: 38.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knitja
A utility for converting Ninja build files to Knitfiles. It uses a modified [samurai](https://github.com/michaelforney/samurai) under the hood to parse and convert the ninja file. This is simply a Go wrapper around samurai.
Build:
```
go build
```
To convert, just run `knitja` instead of `ninja`, and it will print out a corresponding Knitfile.
This tool is experimental and in-progress!