Skip to content

Commit

Permalink
📝 Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Sep 5, 2015
1 parent 011e453 commit f6de90f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# coffee-paste package

Copy/Paste JS code as Coffee Script and vice versa.
Atom package for `Copy/Paste As` : `Js ➤ Coffee` / `Coffee ➤ Js`.

![coffee-paste](https://gist.githubusercontent.com/princejwesley/d9ac53414f4bd542f326/raw/76e48226d02929ce19d220883d8211103c58e3af/coffee-paste.gif)
* Copy Js code to clipboard as coffee script and vice versa.
* Paste clipboard Js code as coffee script and vice versa.

![coffee-paste](https://gist.githubusercontent.com/princejwesley/d9ac53414f4bd542f326/raw/cd487137e446bbfdeeed04531ce71be8e7720cc1/coffee-paste.gif)

## Install
```sh
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coffee-paste",
"main": "./lib/coffee-paste",
"version": "0.1.0",
"description": "Copy/Paste As > Js ➤ Coffee / Coffee ➤ Js",
"description": "Copy/Paste As : Js ➤ Coffee / Coffee ➤ Js",
"author": {
"name": "Prince John Wesley",
"email": "[email protected]",
Expand All @@ -14,6 +14,8 @@
"js2coffee",
"coffee2js",
"clipboard",
"coffeescript",
"javascript",
"convert"
],
"activationCommands": {
Expand Down

0 comments on commit f6de90f

Please sign in to comment.