1.3.3 • Published 3 years ago

wolfpad v1.3.3

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

Wolfpad

This is an interactive coding environment. You can write Javascript, see it executed, and write comprehensive documentation using markdown.

  1. Click any text cell to edit it.
  2. The code in each code editor is all joined together into one file. If you define a variable in cell #1, you can refer to it in any following cell!
  3. You can show any React component, string, number, or anything else by calling the > show < function. This is a function built into this environment. Call show multiple times to show multiple values
  4. Re-order or delete cells using the buttons on the top right
  5. Add new cells by hovering on the divider between each cell

All of your changes get saved to the file you opened Wolfpad with. So if you ran > npx wolfpad serve test.js < , all of the text and code you write will be saved to the > test.js < file.

Installation Guide

You can find my App here: https://www.npmjs.com/package/wolfpad.

Install at terminal.

  • npm install -g wolfpad then run npx wolfpad serve or
  • npx wolfpad serve
1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

0.3.0

3 years ago