RioChndr / jaksel-language

Jaksel Script, Programming language very modern and Indonesian style
MIT License
926 stars 91 forks source link

add: proper executable #13

Closed reacto11mecha closed 2 years ago

reacto11mecha commented 2 years ago

Closes #12

This pull request contains a feature that can run on the command line when you run jaksel <filename>. Just run the npm install command at the root of the project as a global package.

npm i -g .

And to remove just run this command

npm rm -g jaksel-language
fzn0x commented 2 years ago

Take a note to @RioChndr just in case this PR was missing to run npm publish if this PR is merged.

RioChndr commented 2 years ago

Love it, thanks for contribution. I should publish it to npm, right ?

reacto11mecha commented 2 years ago

Love it, thanks for contribution. I should publish it to npm, right ?

It's up to you, but if you want to publish it, the package name is jaksel-language, not the jaksel. Still, the way to run this program is as mentioned before.

RioChndr commented 2 years ago

Ok, i will check it later, so far run smoothly. And I will publish to npm too. Feel like something missing if not.