Expands README, sets preferGlobal: true

This commit is contained in:
Dan Kaplun 2014-05-01 03:20:58 -05:00
parent b0ffafff87
commit 1b09c83d9a
2 changed files with 26 additions and 0 deletions

View File

@ -2,3 +2,28 @@ slap
====
CLI text editor for the masses
slap strives to make editing from the terminal easier. It has **mouse support**,
**Ctrl+C/X/V cut/copy/paste**, **syntax highlighting for [many languages](https://github.com/isagalaev/highlight.js/tree/master/src/languages)**,
and many other features that will make you leave nano, vim, and emacs behind.
Installation
------------
Make sure [NodeJS](http://nodejs.org/download/) is installed, then:
$ sudo npm install -g slap
Usage
-----
From the terminal:
slap file.c
Issues
------
### Copying and pasting
Ensure xcopy is installed.

View File

@ -2,6 +2,7 @@
"name": "slap",
"version": "0.0.0",
"description": "",
"preferGlobal": true,
"main": "index.js",
"bin": {
"slap": "./index.js"