Skip to content

Commit a3e6abf

Browse files
committed
Added a README File
1 parent e75e70e commit a3e6abf

1 file changed

Lines changed: 50 additions & 1 deletion

File tree

README.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,51 @@
1-
# Robot
1+
<p align="center">
2+
<a target="_blank" href="http://getrobot.net">
3+
<img src="http://getrobot.net/common/gh-header.png" alt="ROBOT" />
4+
</a>
5+
</p>
26

7+
<h1 align="center">
8+
<strong>Native System Automation</strong>
9+
</h1>
10+
11+
<p align="center">
12+
<a target="_blank" href="http://getrobot.net">
13+
<img src="https://img.shields.io/badge/built_with-ROBOT-C86414.svg?style=flat-square" alt="Built with Robot" />
14+
</a>
15+
16+
<img src="https://img.shields.io/badge/version-2.0.0-C86414.svg?style=flat-square" alt="Version 2.0.0" />
17+
18+
<a target="_blank" href="https://gitter.im/robot/robot">
19+
<img src="https://img.shields.io/badge/chat_on-GITTER-C86414.svg?style=flat-square" alt="Chat on Gitter" />
20+
</a>
21+
22+
<a target="_blank" href="http://getrobot.net/api/global.html">
23+
<img src="https://img.shields.io/badge/docs-API-C86414.svg?style=flat-square" alt="Docs API" />
24+
</a>
25+
26+
<a target="_blank" href="https://opensource.org/licenses/Zlib">
27+
<img src="https://img.shields.io/badge/license-ZLIB-C86414.svg?style=flat-square" alt="ZLIB Licensed" />
28+
</a>
29+
</p>
30+
31+
<h5 align="center">
32+
<a target="_blank" href="http://getrobot.net/docs/usage.html">
33+
<strong>GET STARTED</strong>
34+
</a>
35+
&nbsp;|&nbsp;
36+
<a target="_blank" href="http://getrobot.net/docs/about.html">
37+
<strong>DOCUMENTATION</strong>
38+
</a>
39+
&nbsp;|&nbsp;
40+
<a target="_blank" href="http://getrobot.net/api/global.html">
41+
<strong>API</strong>
42+
</a>
43+
&nbsp;|&nbsp;
44+
<a target="_blank" href="http://getrobot.net/docs/philosophy.html">
45+
<strong>COMMUNITY</strong>
46+
</a>
47+
</h5>
48+
49+
<p align="justify">
50+
Introducing Robot for C++, a library aimed at facilitating the development of system automation software for the purposes of test automation, self-running demos, and other applications. The library works by abstracting away all platform-specific differences into a single, robust API compatible with most desktop operating systems. Functionality ranges from basic keyboard and mouse automation to advanced process manipulation capabilities. It has everything you need to take full control of your system. Visit the <a target="_blank" href="http://getrobot.net"><strong>Homepage</strong></a> for more information.
51+
</p>

0 commit comments

Comments
 (0)