quickly make a theos project from the command line!
- install nim
- clone the repo, you should know how to do this
nim c -d:release --opt:size makeproj.nim && sudo mv makeproj /usr/local/bin/makeproj
makeproj
easy!
quickly make a theos project from the command line!
nim c -d:release --opt:size makeproj.nim && sudo mv makeproj /usr/local/bin/makeproj
makeproj
easy!