A command line tool for serving a javascript file similar to Jupyter Notebooks.
npx lysithea serve [fileName] [options]-p, --port : Specify a port number for the server to run on.
npx lysithea serve notebook.js -p 3000This will start a server that serves the notebook.js file on port 3000.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request