{"id":20398825,"url":"https://github.com/devxoshakya/singularity-app","last_synced_at":"2026-02-08T03:34:58.405Z","repository":{"id":261912345,"uuid":"885703664","full_name":"devxoshakya/singularity-app","owner":"devxoshakya","description":"A lightning-fast CLI tool to create result extraction projects using Bun + TypeScript","archived":false,"fork":false,"pushed_at":"2024-12-07T07:25:39.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T01:24:17.757Z","etag":null,"topics":["extraction","results","typescript","web-sc"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/singularity-app","language":"TypeScript","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/devxoshakya.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,"zenodo":null}},"created_at":"2024-11-09T06:55:09.000Z","updated_at":"2024-12-07T07:25:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2eab4f1-d5fa-4495-884b-1cdbfe442b75","html_url":"https://github.com/devxoshakya/singularity-app","commit_stats":null,"previous_names":["devxoshakya/singularity-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devxoshakya/singularity-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoshakya%2Fsingularity-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoshakya%2Fsingularity-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoshakya%2Fsingularity-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoshakya%2Fsingularity-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoshakya","download_url":"https://codeload.github.com/devxoshakya/singularity-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoshakya%2Fsingularity-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29219274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["extraction","results","typescript","web-sc"],"created_at":"2024-11-15T04:24:24.405Z","updated_at":"2026-02-08T03:34:58.389Z","avatar_url":"https://github.com/devxoshakya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Singularity App 📊\n\n\u003e A lightning-fast CLI tool to create result extraction projects using Bun + TypeScript\n\n## 🚀 Quick Start\n\n```bash\nbunx singularity-app@latest init\n```\n\n## ⚡ What's Inside?\n\nThe generated project structure:\n\n```\nyour-project/\n├── src/\n│   └── rollNumbers.txt    # Add your roll numbers here\n├── out/\n│   ├── results.json       # Extracted results in JSON format\n│   └── results.csv        # Extracted results in CSV format\n├── utils/\n│   ├── helper.ts          # Helper functions\n│   └── solver.ts          # Core result extraction logic\n├── log.txt               # Execution logs\n└── package.json\n```\n\n## 📝 Usage\n\n1. Create a new project:\n```bash\nbunx singularity-app@latest init\n```\n\n2. Navigate to your project:\n```bash\ncd your-project-name\n```\n\n3. Install dependencies:\n```bash\nbun install\n```\n\n4. Add roll numbers:\nEdit `src/rollNumbers.txt` and add your roll numbers (one per line):\n```txt\n12345\n12346\n12347\n```\n\n5. Run the extraction:\n```bash\nbun run start\n```\n\nResults will be available in:\n- `out/results.json` - JSON format\n- `out/results.csv` - CSV format\n- `log.txt` - Execution logs\n\n## 🛠️ Project Features\n\n- 🚄 **Fast Execution** - Powered by Bun runtime\n- 📊 **Multiple Formats** - Export to both JSON and CSV\n- 📝 **Logging** - Detailed execution logs\n- 🔄 **Type Safety** - Built with TypeScript\n- 🎯 **Simple Setup** - Zero configuration needed\n\n## 📦 Requirements\n\n- [Bun](https://bun.sh) 1.0 or later\n\n## 📄 License\n\nMIT © [Dev Shakya](https://github.com/devxoshakya)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003ca href=\"https://github.com/devxoshakya\"\u003eDev Shakya\u003c/a\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoshakya%2Fsingularity-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoshakya%2Fsingularity-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoshakya%2Fsingularity-app/lists"}