# jspad

> An in-browser JavaScript and Markdown editor. Contains support for dynamically importing most libraries from NPM. Uses a CLI and local node server to allow for data persistence.

Latest version **1.0.2** (published 2021-03-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install jspad
pnpm add jspad
yarn add jspad
bun add jspad
```

Provides the command `jspad`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2021-03-26 |
| First published | 2021-02-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 939.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | danthistle-dev |

## Links

- npm: https://www.npmjs.com/package/jspad
- npm.io page: https://npm.io/package/jspad

## Dependencies (1)

- [@jspad/local-client](https://npm.io/package/@jspad/local-client.md) ^1.0.2

## Recent versions

- 1.0.2 (latest) — 2021-03-26
- 1.0.1 — 2021-03-25
- 1.0.0 — 2021-02-18

## README

# JSPad

An in-browser JavaScript and Markdown editor. Contains support for dynamically importing most libraries from NPM. Uses a CLI and local node server to allow for data persistence.

## Libraries used

- React
- Redux
- TypeScript
- Bulma
- Express

## Install the CLI

Install globally using

`$ npm install -g jspad`

## Start the development server

Using global install 

`$ jspad serve`

or using npx (no install required)

`$ npx jspad serve`

Default port is `4005`

## CLI options

| Command              | Description           | Default       |
| -------------------- | --------------------- | ------------- |
| `--port` or `-p`     | Port to run server on | `4005`        |
| `[filename]`         | File to open          | `notebook.js` |

### Examples

1. Open new file on default port: `$ jspad serve`

2. Open existing file `example.js` on port `8000`: `$ jspad serve example.js --port 8000`

3. Open existing file in a different directory: `$ jspad serve ../test/example.js`

***

#### Thanks to Stephen Grider for the fantastic course
@ste_grider

---
_Source: https://npm.io/package/jspad · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
