0.0.1 • Published 4 years ago

@jspython-dev/jspython-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

jspython CLI.

Command line interface to run (jspython)https://github.com/jspython-dev/jspython files (*.jspy)

Install

  npm install -g jspython-cli

Run in terminal

  jspython-cli --file path/to/jspython/file
  jspython-cli --file node_modules/jspython-cli/examples/test.jsy

Development

Run example using node.

node ./bin/jspython-cli --file=examples/project/axios-test.jspy
node ./bin/jspython-cli --file examples/project/parse.jspy
node ./bin/jspython-cli --file examples/project/p-test.jspy
0.0.1

4 years ago