Skip to content

Commit f860ec9

Browse files
committed
Add package.json & update README for new installation steps
1 parent d6d8bbd commit f860ec9

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
Everyscrub for Brackets
2-
==========
3-
Everything's a scrubber! Cmd/Ctrl + drag on any number or hex color to scrub its value. In "Live development" mode, the browser preview will update in real time while you're dragging.
2+
=======================
3+
Everything's a scrubber! Cmd/Ctrl + drag on any number or hex color to scrub its value. In "Live development" mode, the browser
4+
preview will update in real time while you're dragging.
45

56
You can also tap Shift+Alt+Up/Down to "nudge" the value in individual increments.
67

7-
Works with any number in CSS, LESS, SVG, HTML and JavaScript. Also works with 3- or 6-digit hex colors (darkens/lightens the color). Just hold down Cmd (Mac) or Ctrl (Win), mouse down on the number in your source code, and drag the mouse horizontally.
8+
Works with any number in CSS, LESS, SVG, HTML and JavaScript. Also works with 3- or 6-digit hex colors (darkens/lightens the
9+
color). Just hold down Cmd (Mac) or Ctrl (Win), mouse down on the number in your source code, and drag the mouse horizontally.
810

9-
What is Brackets?
10-
==========
11+
12+
How to Install
13+
==============
1114
Everyscrub is an extension for [Brackets](https://github.com/adobe/brackets/), a new open-source code editor for the web.
1215

1316
To use Everyscrub:
1417

15-
1. [Download the ZIP](https://github.com/peterflynn/everyscrub/archive/master.zip) and unzip it; or clone this repo
16-
2. Open your extensions folder: _Help > Show Extensions Folder_
17-
3. Place the folder so the structure is: `extensions/user/everyscrub/main.js`
18-
4. Restart Brackets!
18+
1. Choose _File > Install Extension_
19+
2. Enter this URL: _https://github.com/peterflynn/everyscrub_
20+
3. Click _Install_!
1921

2022

2123
### License
2224
MIT-licensed -- see `main.js` for details.
2325

2426
### Compatibility
25-
Brackets Sprint 14 or newer (or any version of Adobe Edge Code). Undo functionality is improved when running in Brackets Sprint 20 or newer.
27+
Brackets Sprint 14 or newer (or any version of Adobe Edge Code). Undo functionality is improved when running in Brackets Sprint 20
28+
or newer (Edge Code Preview 3 or newer).

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "pflynn.everyscrub",
3+
"title": "Everyscrub",
4+
"version": "1.2.2",
5+
"engines": { "brackets": ">=0.14" },
6+
"description": "Everything's a scrubber! Cmd/Ctrl + drag on any number or hex color to scrub its value and update the browser in real time."
7+
}

0 commit comments

Comments
 (0)