protoboard

A code prototyping tool for human productivity.

Adam Thorpe

74

1

Bug Reports

0.1.0

MIT

GitHub

Protoboard 🚀

A code prototyping tool for human productivity.

What is this?

An extended prototyping clipboard for Atom.

How does it work?

There are only two commands: Copy and Swap.

Copy text in the current editor to storage using shift-ctrl-C. Continue working, making changes. Realize you want to go back to the way things were. Swap the current text in the editor with the text in storage using shift-ctrl-X. Make some more changes. Realize that you were right all along, and swap the new changes with your old changes.

Why?

Have you ever wanted to just try some code out, and not have to worry about getting back to the point where you know everything was working?

Use Protoboard to avoid:

How do I install it?

Use the Atom Package Manager, or install it through the CLI using:

apm install protoboard

Extended Features

Coming Soon 🚧