Skip to content

Commit e8f5c87

Browse files
Release 0.2
1 parent 0c4fb4c commit e8f5c87

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

GitHubManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ define(function (require, exports, module) {
3434
loginDialog = require("text!templates/login-dialog.html"),
3535
cloneDialogData = require("text!json/clone-dialog.json"),
3636
loginDialogData = require("text!json/login-dialog.json"),
37-
prefs = PreferencesManager.getExtensionPrefs("bsirlinger.github-access");
37+
prefs = PreferencesManager.getExtensionPrefs("bsirlinger.github-access");
3838

3939
function GitHubManager() {
4040
}

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
## GitHubAccess
22

3-
A [Brackets](https://github.com/adobe/brackets) extension that provides access to your GitHub repos inside Brackets
3+
A [Brackets](https://github.com/adobe/brackets) extension that allows you to clone any Github repo to your local Filesystem.
44

5-
### Installation
6-
7-
* Download and unzip it; or clone this repo on GitHub.
8-
* From Brackets, choose _Help > Show Extensions Folder_. This will open the extensions folder.
9-
* Drag the unzipped (or cloned) folder into the `user` directory.
10-
* Restart Brackets.
5+
**It does currently not work with binary files.**
116

127
### How To Use
13-
This extension is not yet ready to use because it currently lacks the core features.
14-
You can Test it by pressing Ctrl+Alt+G then you will get a dialog now put in your
15-
Username and Password and click the close button, this will open your brackets fork
16-
in the project tree.
8+
Press Ctrl-Alt-G (Mac: Cmd-Alt-G) to open the login Dialog.
179

1810
### Credits
1911
This extension uses the following open source components:
2012

21-
* [Github.js](https://github.com/michael/github) - A low-level wrapper around the GitHub api
13+
* [octokit.js](https://github.com/philschatz/octokit.js) - An Unofficial client for the Github API using CommonJS Promises. Intended for the browser or as a NodeJS package
2214

2315
####Version
2416

25-
First Release: 0.01alpha
17+
#####0.2
18+
* Update to work with brackets Sprint 38 and onwards
19+
* Use octokit.js
20+
* Change to Oauth token authentication
21+
* Drop deprecated FileSystem Api

0 commit comments

Comments
 (0)