feat: Обновленая реализация CLI

This commit is contained in:
2026-01-20 00:25:55 +03:00
commit b93554f0cd
25 changed files with 4618 additions and 0 deletions

32
.npmignore Normal file
View File

@@ -0,0 +1,32 @@
# Source files
src/
*.ts
!*.d.ts
# Development files
app.ts
tsconfig.json
bun.lock
# Test files
web-test/
examples/
# Documentation
FEATURES.md
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Dependencies
node_modules/