Skip to content

Commit 9723112

Browse files
davindicodeclaude
andcommitted
Add badges, version 0.1.0
README: release, license, stars, issues, PRs welcome, node, TypeScript badges package.json: added version 0.1.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3fb3985 commit 9723112

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
<p align="center">Mobile-terminal-UX first coding IDE. Control your VPS or local machine from anywhere — phone, tablet, or desktop browser.</p>
88

9+
<p align="center">
10+
<a href="https://github.com/davindicode/otgcode/releases"><img src="https://img.shields.io/github/v/release/davindicode/otgcode?style=flat-square&color=blue" alt="Release" /></a>
11+
<a href="LICENSE"><img src="https://img.shields.io/github/license/davindicode/otgcode?style=flat-square" alt="License" /></a>
12+
<a href="https://github.com/davindicode/otgcode/stargazers"><img src="https://img.shields.io/github/stars/davindicode/otgcode?style=flat-square" alt="Stars" /></a>
13+
<a href="https://github.com/davindicode/otgcode/issues"><img src="https://img.shields.io/github/issues/davindicode/otgcode?style=flat-square" alt="Issues" /></a>
14+
<a href="https://github.com/davindicode/otgcode/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square" alt="PRs Welcome" /></a>
15+
<img src="https://img.shields.io/badge/node-%3E%3D20-green?style=flat-square" alt="Node" />
16+
<img src="https://img.shields.io/badge/TypeScript-5.9-blue?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript" />
17+
</p>
18+
919
## Features
1020

1121
- **Terminal** — xterm.js with multi-session tabs, configurable font size, quick action keys (Ctrl combos, vim, nano, navigation)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "otgcode",
3+
"version": "0.1.0",
34
"private": true,
45
"type": "module",
56
"scripts": {

0 commit comments

Comments
 (0)