Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eb committed Feb 5, 2017
2 parents c7ab599 + d03c757 commit c9176da
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 15 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Features:
## Demo
Click <a href="https://rawgit.com/g1eb/cli-plugin/master/" target="_blank">here</a> for a live demo.

[<img src="https://raw.githubusercontent.com/g1eb/cli-plugin/master/img/cli-plugin.png" alt="CLI Plugin">](https://rawgit.com/g1eb/cli-plugin/master/)

## Install

- Install 'cli-plugin' with bower
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-plugin",
"version": "0.0.5",
"version": "0.0.6",
"description": "Command line interface plugin for web applications.",
"homepage": "https://github.com/g1eb/cli-plugin#readme",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/cli-plugin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added img/cli-plugin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 3 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,26 @@
<meta name="theme-color" content="#111111">
<meta name="msapplication-navbutton-color" content="#111111">
<meta name="apple-mobile-web-app-status-bar-style" content="#111111">
<style>
body {
background: #111;
}
</style>
</head>
<body>
<script src="dist/cli-plugin.min.js"></script>
<script>
(function () {


/**
* Set your preffered colors for the cli
*/
var config = {
textColor: '#111111',
cursorColor: '#111111',
backgroundColor: 'rgba(245, 245, 245, 0.75)',
textColor: 'whitesmoke',
cursorColor: 'whitesmoke',
backgroundColor: 'black',
};


/**
* Initialize cli plugin
*/
cliPlugin.init(config);


/**
* Register your commands
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-plugin",
"version": "0.0.5",
"version": "0.0.6",
"description": "Command line interface plugin for web applications.",
"homepage": "https://github.com/g1eb/cli-plugin#readme",
"author": "g1eb",
Expand Down
3 changes: 2 additions & 1 deletion src/cli-plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
top: 50px;
left: 50px;
bottom: 50px;
min-width: 500px;
width: 35vw;
min-width: 40%;
background: whitesmoke;
overflow: hidden;
z-index: 9999;
Expand Down

0 comments on commit c9176da

Please sign in to comment.