Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@termly-dev/cli-dev

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@termly-dev/cli-dev - npm Package Compare versions

Comparing version
0.9.5
to
0.9.6
+9
-2
bin/cli-dev.js

@@ -22,3 +22,3 @@ #!/usr/bin/env node

.name('termly-dev')
.description('Universal terminal access for AI coding assistants (Development)')
.description('Mirror your AI coding sessions to mobile - control 17+ tools from your phone (Development)')
.version(packageJson.version, '-v, --version', 'Show version');

@@ -133,3 +133,10 @@

console.log('');
console.log('For more information: https://dev.termly.dev/docs');
console.log('About Termly:');
console.log(' Termly mirrors your AI coding workflow to mobile in real time.');
console.log(' Your existing tools (Claude, Aider, Copilot, and more) stay with you');
console.log(' wherever you go — secured with end-to-end encryption.');
console.log('');
console.log('Website: https://termly.dev');
console.log('Support: https://ko-fi.com/termly');
console.log('');
});

@@ -136,0 +143,0 @@

@@ -22,3 +22,3 @@ #!/usr/bin/env node

.name('termly')
.description('Universal terminal access for AI coding assistants')
.description('Mirror your AI coding sessions to mobile - control 17+ tools from your phone')
.version(packageJson.version, '-v, --version', 'Show version');

@@ -131,3 +131,10 @@

console.log('');
console.log('For more information: https://termly.dev/docs');
console.log('About Termly:');
console.log(' Termly mirrors your AI coding workflow to mobile in real time.');
console.log(' Your existing tools (Claude, Aider, Copilot, and more) stay with you');
console.log(' wherever you go — secured with end-to-end encryption.');
console.log('');
console.log('Website: https://termly.dev');
console.log('Support: https://ko-fi.com/termly');
console.log('');
});

@@ -134,0 +141,0 @@

{
"name": "@termly-dev/cli-dev",
"version": "0.9.5",
"description": "Universal terminal access for AI coding assistants (Development version)",
"version": "0.9.6",
"description": "Mirror your AI coding sessions to mobile - control Claude, Aider, Copilot, and 17+ tools from your phone (Development version)",
"main": "index.js",

@@ -28,2 +28,3 @@ "bin": {

"license": "MIT",
"homepage": "https://termly.dev",
"repository": {

@@ -33,2 +34,9 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/termly-dev/termly-cli/issues"
},
"funding": {
"type": "kofi",
"url": "https://ko-fi.com/termly"
},
"engines": {

@@ -35,0 +43,0 @@ "node": ">=18.0.0"