{"id":26746906,"url":"https://github.com/seraprogrammer/speeed","last_synced_at":"2025-03-28T09:15:57.266Z","repository":{"id":283067210,"uuid":"950575485","full_name":"seraprogrammer/speeed","owner":"seraprogrammer","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-18T12:10:43.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T12:26:16.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seraprogrammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-18T11:23:38.000Z","updated_at":"2025-03-18T12:10:47.000Z","dependencies_parsed_at":"2025-03-18T12:36:24.941Z","dependency_job_id":null,"html_url":"https://github.com/seraprogrammer/speeed","commit_stats":null,"previous_names":["seraprogrammer/speeed"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seraprogrammer%2Fspeeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seraprogrammer%2Fspeeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seraprogrammer%2Fspeeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seraprogrammer%2Fspeeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seraprogrammer","download_url":"https://codeload.github.com/seraprogrammer/speeed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245999619,"owners_count":20707572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-28T09:15:56.787Z","updated_at":"2025-03-28T09:15:57.254Z","avatar_url":"https://github.com/seraprogrammer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Speeed.js CLI - Accelerate Your Development Workflow\n\nA turbocharged CLI tool that combines package management, project scaffolding,\nand Git shortcuts in one powerful utility. Speeed.js streamlines your\ndevelopment process with intuitive commands and zero configuration.\n\n## 📦 Installation\n\n```bash\nnpm install -g speeed\n```\n\n## 🎯 Features\n\n- **Zero-config project templates** - Create new projects in seconds\n- **Enhanced npm commands** - Simplified package management\n- **Git shortcuts** - Streamlined version control workflows\n- **Custom command system** - Create aliases for your most-used commands\n- **Cross-platform support** - Works on Windows, macOS, and Linux\n\n## 🛠️ Core Commands\n\n# Help \u0026 Version:\n\n```bash\n i help | i -h # List commands i version\n i -v # Show version\n\n```\n\n# Terminal:\n\n```bash\n  i ziro | i 0    # Clear terminal\n```\n\n# System Information:\n\n```bash\n  i ping                  # Basic System Info\n  i ping -p | i -ping -p     # Detailed System Info\n```\n\n# Node.js Script:\n\n```bash\n i run my_script.js [arg1 arg2...]\n```\n\n# Git Operations:\n\n```bash\n  i init | i -i           # Init repo\n  i add | i -a            # Stage all\n  i add my_file.txt | i -a my_file.txt   # Stage file\n  i commit \"msg\" | i -c \"msg\"  # Commit\n  i reBranch | i -br       # Rename branch to main\n  i status | i -s          # Git status\n  i push | i -p            # Push\n  i push -f | i -p -f       # Force push\n  i remote | i -r          # Show remotes\n  i remove | i -rm          # Remove origin remote\n  i addRemote \u003curl\u003e | i -add \u003curl\u003e   # Add remote\n  i branch | i -b          # List branches\n  i checkout \u003cbranch\u003e | i -c \u003cbranch\u003e # Switch branch\n  i log | i -l             # Git log\n  i merge \u003cbranch\u003e | i -m \u003cbranch\u003e # Merge branch\n  i reset \u003ccommit\u003e | i -re \u003ccommit\u003e # Reset HEAD\n  i clone \u003curl\u003e | i -cp \u003curl\u003e    # Clone repo\n  i git | i -git           # Init, add, commit (random msg), rename branch\n```\n\n# Templates:\n\n```bash\n  i ready | i -rd          # List templates\n  i install \u003ctemplate\u003e | i -temp \u003ctemplate\u003e # Install template\n```\n\n# Project Creation:\n\n```bash\n  i vite | i -vite         # Create Vite project\n  i vite -D | i -vite -D   # Install Vite as a dev dependency\n  i vilo | i -vilo         # Create Vilo project\n  i next | i -next         # Create Next.js project\n```\n\n# TypeScript:\n\n```bash\n  i ts \u003cfile\u003e.ts | i -ts \u003cfile\u003e.ts  # Run TS file\n  i ts \u003cfile\u003e.ts -c | i -ts \u003cfile\u003e.ts -c  # Compile TS file\n```\n\n# Package Management (NPM):\n\n```bash\n  i get \u003cpackage\u003e | i -g \u003cpackage\u003e    # Install local\n  i get \u003cpackage\u003e g       # Install global\n```\n\n# PNPM Management:\n\n```bash\n  i pnpm i | i -pn i          # Install PNPM globally\n  i pnpm get \u003cpackage\u003e | i -pn get \u003cpackage\u003e  # PNPM install\n  i pnpm \u003cfile\u003e | i -pn \u003cfile\u003e  # Run with PNPM\n```\n\n# Development Server:\n\n```bash\n  i dev | i -dev          # Start development server\n  i build | i -build      # Build project\n```\n\n# API:\n\n```bash\n  i api | i -api          # Get a random API endpoint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseraprogrammer%2Fspeeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseraprogrammer%2Fspeeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseraprogrammer%2Fspeeed/lists"}