{"id":18174542,"url":"https://github.com/godspeedsystems/godspeed-cli","last_synced_at":"2025-04-01T15:31:47.259Z","repository":{"id":216579286,"uuid":"499023651","full_name":"godspeedsystems/godspeed-cli","owner":"godspeedsystems","description":"Godspeed Framework CLI","archived":false,"fork":false,"pushed_at":"2025-03-06T05:14:47.000Z","size":914,"stargazers_count":5,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T05:30:58.202Z","etag":null,"topics":["godspeed","meta-framework"],"latest_commit_sha":null,"homepage":"https://godspeed.systems","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/godspeedsystems.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-06-02T06:48:07.000Z","updated_at":"2025-03-06T05:14:51.000Z","dependencies_parsed_at":"2024-02-04T22:39:33.014Z","dependency_job_id":"c13738da-ad3c-4d66-89ca-bbedf94052fb","html_url":"https://github.com/godspeedsystems/godspeed-cli","commit_stats":null,"previous_names":["godspeedsystems/godspeed-cli"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godspeedsystems%2Fgodspeed-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godspeedsystems%2Fgodspeed-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godspeedsystems%2Fgodspeed-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godspeedsystems%2Fgodspeed-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/godspeedsystems","download_url":"https://codeload.github.com/godspeedsystems/godspeed-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246662375,"owners_count":20813738,"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":["godspeed","meta-framework"],"created_at":"2024-11-02T16:03:33.540Z","updated_at":"2025-04-01T15:31:45.559Z","avatar_url":"https://github.com/godspeedsystems.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/godspeedsystems/\"\u003e\n        \u003cimg width=\"200\" height=\"200\" src=\"https://github.com/godspeedsystems/godspeed-cli/blob/main/logo.png\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eGodspeed CLI\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  The official Command Line Interface of Godspeed Framework\n\u003c/p\u003e\n\u003cbr\u003e\n\n  \u003cp\u003e\n\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?logo=github)](https://github.com/godspeedsystems/gs-node-service)\n [![Discord](https://img.shields.io/badge/chat-discord-brightgreen.svg?logo=discord\u0026style=flat)](https://discord.com/invite/MKjv3KdD7X)\n [![Website](https://img.shields.io/website?url=https%3A%2F%2Fgodspeed.systems%2F)](https://godspeed.systems/)\n\n\n  \u003c/p\u003e\n  \u003cbr /\u003e\n\u003c/div\u003e\n\n\n\n# Godspeed CLI\n\nCLI to create and manage [Godspeed](https://github.com/godspeedsystems/gs-node-service) projects.\n\n# About\n\n[Godspeed CLI](https://godspeed.systems/docs/microservices-framework/CLI) is the primary way to interact with your Godspeed project from the command line. It provides a bunch of useful functionalities during the project development lifecycle.\n\n## Installation:\n\nGetting started is a breeze! Install Godspeed CLI globally using either npm or yarn:\n\n```bash\nnpm install -g @godspeedsystems/godspeed\n```\n\nor\n\n```bash\nyarn global add @godspeedsystems/godspeed\n```\n\n## Basic Usage:\nOnce installed, run godspeed from your terminal to see the available commands and usage information. The CLI provides detailed help messages for each command, guiding you through its functionalities and options.\n\n## Supported Commands \u0026 Arguments\n\n  | Command               |     Options       | Description                                                                 |\n  |-----------------------|-------------------|-----------------------------------------------------------------------------|\n  | create \u003cprojectName\u003e  | --from-template, --from-example| create a new godspeed project.                                 |\n  | dev                   |                   | start the dev server.                                                       |\n  | clean                 |                   | clean the previous build.                                                   |\n  | build                 |                   | build the godspeed project.                                                 |\n  | devops-plugins                 |                   | manage devops plugins for godspeed.                                                 |\n  | plugins                 |                   | manage eventsource and datasource plugins for godspeed.                                                 |\n  | gen-crud-api          |                   | scans your prisma datasources and generate CRUD APIs events and workflows           |\n  | gen-graphql-schema          |                   | scans your graphql events and generate graphql schema .        |\n\n\n## 📖 Documentation \u003ca name=\"Documentation\"\u003e\u003c/a\u003e\n\nFor a comprehensive understanding of Godspeed CLI and its advanced features, explore the detailed documentation [here](https://godspeed.systems/docs/microservices-framework/guide/get-started).\n\n## Show Your Love ❤️ \u0026 Support 🙏\nIf you find the Godspeed Node.js Service helpful or interesting, we would greatly appreciate your support by following, starring, and subscribing.\n\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n    \u003ca style=\"margin: 10px;\" href=\"https://www.linkedin.com/company/godspeed-systems/\"\u003e\u003cimg src=\"https://badgen.net/static/follow/linkedin/blue\"\u003e\u003c/a\u003e\n    \u003cspan style=\"margin-left: 5px;\"\u003eFollow us for updates and news.\u003c/span\u003e\n\u003c/div\u003e\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n    \u003ca style=\"margin: 10px;\" href=\"https://github.com/godspeedsystems/gs-node-service/\"\u003e\u003cimg src=\"https://badgen.net/static/follow/github/Priority-green\"\u003e\u003c/a\u003e\n    \u003cspan style=\"margin-left: 5px;\"\u003eStar our repositories to show your support.\u003c/span\u003e\n\u003c/div\u003e\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n    \u003ca style=\"margin: 10px;\" href=\"https://www.youtube.com/@godspeed.systems/videos\"\u003e\u003cimg src=\"https://badgen.net/static/follow/youtube/red\"\u003e\u003c/a\u003e\n    \u003cspan style=\"margin-left: 5px;\"\u003eSubscribe to our channel for tutorials and demos.\u003c/span\u003e\n\u003c/div\u003e\n\n## Ask \u0026 Answer Questions\n\nGot questions or need help with Godspeed? Join our [Discord community](https://discord.com/invite/E3WU9dT7UQ). You can ask questions, share knowledge, and assist others.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodspeedsystems%2Fgodspeed-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodspeedsystems%2Fgodspeed-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodspeedsystems%2Fgodspeed-cli/lists"}