1.0.8 • Published 3 years ago

jspaper v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

JSPapper

JSPaperLogo

JSPaper is React App which is codeeditor + markdown like jupyter notebook. In this app you can write js and jsx code and also you can write markdown.

Installation

$ npm i jspaper -g

CLI Usage

Directly using npx

$ npx jspaper serve

default

or

After installing jspaper into your system

$ jspaper serve

Command line options:

Usage: jspaper [options] [command]

Options:
  -h, --help                  display help for command

Commands:
  serve [options] [filename]  Open a file for editing 📝
  help [command]              display help for command

create custom file and assign a port

$ jspaper serve book.js -port 3002

default

License

MIT

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago