logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mujs - A lightweight JavaScript interpreter

Author

       Tor Andersson (Artifex Software)

                                                                                                         MUJS(1)

Description

       MuJS  is a lightweight JavaScript (JS) interpreter.  The command line tool can be used to run a JS script
       file or interactively.

       MuJS implements ES5.  There are no non-standard extensions, so you can remain confident  that  JavaScript
       code that runs on MuJS will also run on any other standards compliant JavaScript implementation.

Name

       mujs - A lightweight JavaScript interpreter

Options

       -i     Enter interactive prompt after running code.

       -s     Check strictness.

Synopsis

mujs [options] [script [scriptArgs*]]

See Also