Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# qualia:web-shell
Open up a Meteor shell in the browser by typing `Ctrl+'`.

## Installing
Easiest way to perform changes without losing the context of your screen.

## Install

`meteor add qualia:web-shell`

This package is only available for your development builds

## Features

- Supports code autocompletion (Press Tab)
- Supports highlighting
- Supports history of commands (Arrow Up)