Menu

Linux Version

Ramya A
2016-03-31
2016-03-31
  • Ramya A

    Ramya A - 2016-03-31

    Am having Jsl exe for windows. I need to run in Linux Environment.
    Please provide your ideas.

     
  • Gabriel Barta

    Gabriel Barta - 2016-03-31

    Are you aware of the python rewrite of javascript link that is available in the trunk of this project? That should work for you on linux. I don't know if it just the graveyard that sourceforge has become, but I think the python version is easy to miss on here.

    I have always liked the advanced options that JavaScript Lint has over the crockford jslint, but there is little doubt that jslint is massively more popular which makes it easier to get into.

    If you struggle with the python version you may just consider adapting your process to use the jslint version with nodejs:

    apt-get install npm
    npm install -g jslint
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.