You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/versioneye/veye?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
6
6
7
7
**veye** is a command line tool for [VersionEye](https://www.versioneye.com/). It is a wrapper around the [VersionEye API](https://www.versioneye.com/api), implemented in Ruby. The tool allows you to write scripts for continuous updating and due diligence.
8
8
9
-
Most endpoints require an API key, which you can get [here](https://www.versioneye.com/settings/api).
9
+
Most endpoints require an API key, which you can get [here](https://www.versioneye.com/settings/api) and i recommend you to use an organization API-key.
10
10
11
11
[VersionEye](https://www.versioneye.com/) is a cross-platform search engine and crowdsourcing app for opensource software libraries.
12
12
@@ -18,13 +18,16 @@ Most endpoints require an API key, which you can get [here](https://www.versione
@@ -33,7 +36,7 @@ Most endpoints require an API key, which you can get [here](https://www.versione
33
36
$>cd veye
34
37
```
35
38
36
-
###### Run without installing
39
+
###### Execute the CLI-tool without installing
37
40
```
38
41
$> bundle
39
42
$> bundle exec bin/veye ping
@@ -49,7 +52,7 @@ Most endpoints require an API key, which you can get [here](https://www.versione
49
52
50
53
## Initial configuration
51
54
52
-
The tool will raise an exception if the configuration file is missing. Veye needs a configuration file to keep the user specific settings and the API Key.
55
+
The tool will raise an exception if the configuration file is missing. The Veye uses the configuration file to keep settings and your API Key.
0 commit comments