Skip to content

Commit c9176da

Browse files
committed
Merge branch 'develop'
2 parents c7ab599 + d03c757 commit c9176da

File tree

7 files changed

+10
-15
lines changed

7 files changed

+10
-15
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Features:
1313
## Demo
1414
Click <a href="https://rawgit.com/g1eb/cli-plugin/master/" target="_blank">here</a> for a live demo.
1515

16+
[<img src="https://raw.githubusercontent.com/g1eb/cli-plugin/master/img/cli-plugin.png" alt="CLI Plugin">](https://rawgit.com/g1eb/cli-plugin/master/)
17+
1618
## Install
1719

1820
- Install 'cli-plugin' with bower

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-plugin",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Command line interface plugin for web applications.",
55
"homepage": "https://github.com/g1eb/cli-plugin#readme",
66
"authors": [

dist/cli-plugin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/cli-plugin.png

44.5 KB
Loading

index.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,26 @@
99
<meta name="theme-color" content="#111111">
1010
<meta name="msapplication-navbutton-color" content="#111111">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="#111111">
12-
<style>
13-
body {
14-
background: #111;
15-
}
16-
</style>
1712
</head>
1813
<body>
1914
<script src="dist/cli-plugin.min.js"></script>
2015
<script>
2116
(function () {
2217

23-
2418
/**
2519
* Set your preffered colors for the cli
2620
*/
2721
var config = {
28-
textColor: '#111111',
29-
cursorColor: '#111111',
30-
backgroundColor: 'rgba(245, 245, 245, 0.75)',
22+
textColor: 'whitesmoke',
23+
cursorColor: 'whitesmoke',
24+
backgroundColor: 'black',
3125
};
3226

33-
3427
/**
3528
* Initialize cli plugin
3629
*/
3730
cliPlugin.init(config);
3831

39-
4032
/**
4133
* Register your commands
4234
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-plugin",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Command line interface plugin for web applications.",
55
"homepage": "https://github.com/g1eb/cli-plugin#readme",
66
"author": "g1eb",

src/cli-plugin.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
top: 50px;
88
left: 50px;
99
bottom: 50px;
10-
min-width: 500px;
10+
width: 35vw;
11+
min-width: 40%;
1112
background: whitesmoke;
1213
overflow: hidden;
1314
z-index: 9999;

0 commit comments

Comments
 (0)