{"id":24665927,"url":"https://github.com/gurrudev/omega-one","last_synced_at":"2026-02-21T11:30:43.021Z","repository":{"id":273333989,"uuid":"918511097","full_name":"gurrudev/omega-one","owner":"gurrudev","description":"Omega One is a Node.js server CLI tool that supports both JavaScript (JS) and TypeScript (TS).","archived":false,"fork":false,"pushed_at":"2025-01-21T13:55:53.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T09:36:24.978Z","etag":null,"topics":["cli","node-server-template","tool"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-omega-one","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gurrudev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-18T05:40:37.000Z","updated_at":"2025-01-21T13:53:42.000Z","dependencies_parsed_at":"2025-01-20T09:37:29.433Z","dependency_job_id":null,"html_url":"https://github.com/gurrudev/omega-one","commit_stats":null,"previous_names":["gurrudev/omega-one"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gurrudev/omega-one","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurrudev%2Fomega-one","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurrudev%2Fomega-one/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurrudev%2Fomega-one/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurrudev%2Fomega-one/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gurrudev","download_url":"https://codeload.github.com/gurrudev/omega-one/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurrudev%2Fomega-one/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"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":["cli","node-server-template","tool"],"created_at":"2025-01-26T07:14:07.853Z","updated_at":"2026-02-21T11:30:43.001Z","avatar_url":"https://github.com/gurrudev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Omega One\n\nOmega One is a Node.js server CLI tool that supports both JavaScript (JS) and TypeScript (TS).\n\n### Features\n\n- **`JavaScript` and `TypeScript` Support**: Choose between JavaScript and TypeScript templates.\n- **`Express.js`**: Pre-configured with Express.js for building web applications.\n- **`Mongoose` Integration**: Optionally include Mongoose for MongoDB interactions.\n- **`ESLint`**: Optionally include ESLint for code linting.\n- **`Prettier`**: Optionally include Prettier for code formatting.\n- **Environment Configuration**: Uses dotenv for environment variable management.\n- **`Logging`**: Configured with `Morgan` and rotating-file-stream for logging.\n- **Handlebars**: Uses Handlebars as the templating engine.\n\n### Getting Started\n\n#### Prerequisites\n\n- Node.js (\u003e= 10.0.0)\n- npm or pnpm\n\n#### Installation\n\nInstall dependencies:\n\n```sh\nnpm i -g create-omega-one\n```\n\n#### Usage\n\nTo create a new project, run the following command:\n\n```sh\nnpx create omega-one\n```\nYou will be prompted to provide the project name, choose between JavaScript and TypeScript, and optionally include Mongoose, ESLint, and Prettier.\n\n\u003ca href=\"https://github.com/user-attachments/assets/c0bae335-8715-453e-9272-d05600d59974\"\u003eWatch Video\u003c/a\u003e\n\n### Scripts\n* `start`: Starts the server.\n* `dev`: Starts the server with nodemon for development.\n* `test`: Runs tests (currently not specified).\n\n### Project Structure\n\n```sh\n.eslintrc.js\n.gitignore\n.prettierrc\ncreateDirectoryContents.js\nindex.js\npackage.json\npnpm-lock.yaml\nLICENSE\nREADME.md\ntemplates/\n    js-template/\n        .env.example\n        .gitignore\n        app.js\n        config/\n            db/\n        controllers/\n            app.controller.js\n        LICENSE\n        logs/\n        middlewares/\n        models/\n        package.json\n        public/\n        router/\n        server.js\n        utils/\n        views/\n    ts-template/\n        .gitignore\n        app.ts\n        config/\n        controller/\n        LICENSE\n        middlewares/\n        models/\n        package.json\n        public/\n        router/\n        server.ts\n        tsconfig.json\n        utils/\n```\n\n### Contributing\nContributions are welcome! Please open an issue or submit a pull request.\n\n### License\nThis project is licensed under the ISC License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgurrudev%2Fomega-one","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgurrudev%2Fomega-one","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgurrudev%2Fomega-one/lists"}