A build system made mainly for Nim projects, while being extremely easy to use. Right now, it is in development, but this is what to expect:
- Auto-generation of configs
- Make a config TUI just from the config
- A way to init projects using Nimcraft
Currently, you can do very basic things with Nimcraft. To try it, first clone the repo:
git clone https://github.com/mostypc123/nimcraft --depth 1Requires git!
cd nimcraft
nimble build -yRequires nim, nimble!
Now make a file called .Nimcraft. Basic configuration:
default>
nim c src/test.nim
Now try running:
nimcraft
nimcraft .File=.Nimcraft default