Njol / Skript

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
http://njol.ch/projects/skript
104 stars 60 forks source link

Skript testing module for Node.js #346

Closed leoforney closed 10 years ago

leoforney commented 10 years ago

Hi, I would love to test my Skripts to see if they work using Travis-CI or PHPCI. By making a Node.js module or Python/Ruby script you can check the syntax and report back the errors. This would be very cool and helpful... Thanks!

joeuguce99 commented 10 years ago

What do you mean?

leoforney commented 10 years ago

Like if you write your code to a .sk file to a folder. You would run a command in shell like skript test FunTest.sk and if you have errors it would report with the amount of syntax errors or errors in running the command..

joeuguce99 commented 10 years ago

I'm making an online project to write scripts with error checking included. Don't expect it soon though.

leoforney commented 10 years ago

Ok thanks :+1: