Skip to content

mostypc123/nimcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimcraft

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

Usage

Currently, you can do very basic things with Nimcraft. To try it, first clone the repo:

git clone https://github.com/mostypc123/nimcraft --depth 1

Requires git!

cd nimcraft
nimble build -y

Requires nim, nimble!

Now make a file called .Nimcraft. Basic configuration:

default>
nim c src/test.nim

Now try running:

nimcraft
nimcraft .File=.Nimcraft default

About

A build system made mainly for Nim projects with the ease-of-use of a toy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages