Release CLI

Size
3,195 Kb
Views
22,264

How do I make an release cli?

What is a release cli? How do you make a release cli? This script and codes were developed by Hampus Persson on 13 September 2022, Tuesday.

Release CLI Previews

Release CLI - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Release CLI</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="prompt" id="js-prompt">
</div>
<footer> <div class="cell"> <h1>APPLICATION</h1> <div class="data"> <dl> <dt>VERSION</dt> <dd>1.0.0</dd> <dt>LAST UPDATE</dt> <dd>2014-01-01</dd> </dl> <button>New patch</button> <button>New release</button> </div> </div> <div class="cell"> <h1>API</h1> <div class="data"> <dl> <dt>VERSION</dt> <dd>1.0.0</dd> <dt>LAST UPDATE</dt> <dd>2014-01-01</dd> </dl> <button>New patch</button> <button>New release</button> </div> </div>
</footer> <script src="js/index.js"></script>
</body>
</html>

Release CLI - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono);
* { box-sizing: border-box;
}
body { padding: 20px; font-family: 'Ubuntu Mono'; font-size: 16px; background-color: #000; color: #0f0; display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
}
.prompt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
}
footer { display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 1px solid #0f0; padding-top: 20px;
}
.cell { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 10px;
}
.cell h1 { text-align: center; text-decoration: underline; margin-bottom: 12px;
}
.data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
dl { -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
}
dt { font-size: 15px;
}
dd { margin-left: 5px;
}
dd:not(:last-child) { margin-bottom: 6px;
}
button { border: 1px solid #0f0; background: #000; color: #0f0; padding: 20px; margin: 2px; outline: none; font-weight: 400; font-size: 12px;
}
button:active { background: #0f0; color: #000;
}
.cursor { display: inline-block; width: 7px; height: 16px; background-color: #0f0; vertical-align: bottom; -webkit-animation: blink 1s infinite; animation: blink 1s infinite;
}
@-webkit-keyframes blink { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; }
}
@keyframes blink { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; }
}

Release CLI - Script Codes JS Codes

var prompt = document.querySelector('#js-prompt');
var welcome = "Welcome to the CI, at your service.".split('');
prompt.innerHTML += '$> ';
function typeString(typeThis) { prompt.innerHTML += typeThis.shift(); if ( typeThis.length > 0 ) { setTimeout(function() { typeString(typeThis); }, 50); } else { prompt.innerHTML += '<br>$> <span class="cursor"></span>'; }
}
typeString(welcome);
Release CLI - Script Codes
Release CLI - Script Codes
Home Page Home
Developer Hampus Persson
Username hmps
Uploaded September 13, 2022
Rating 3
Size 3,195 Kb
Views 22,264
Do you need developer help for Release CLI?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Hampus Persson (hmps) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!