Kode / khamake

Kha's build tool.
http://kha.tech
15 stars 43 forks source link

Make it possible to run khamake from anywhere if you npm install -g #238

Closed japhib closed 3 years ago

japhib commented 3 years ago

This simplifies the process of running khamake from anywhere -- instead of having to make a batch file or whatever like it currently says in the wiki, you can just run npm install -g from inside the khamake folder. Then khamake is available as a binary command from anywhere on the command line

RobDangerous commented 3 years ago

Sorry but using one global Kha directory is a little difficult on purpose.