{"id":15501468,"url":"https://github.com/dayvsonlima/phoenix-cli","last_synced_at":"2025-10-20T07:51:36.452Z","repository":{"id":56887981,"uuid":"97183604","full_name":"dayvsonlima/phoenix-cli","owner":"dayvsonlima","description":"🕹 Phoenix command interface write in ruby for commands like Rails","archived":false,"fork":false,"pushed_at":"2023-03-16T20:30:56.000Z","size":628,"stargazers_count":15,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T19:11:29.178Z","etag":null,"topics":["elixir","phoenix-framework","ruby-gem","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/dayvsonlima.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":"2017-07-14T02:20:37.000Z","updated_at":"2022-02-05T03:43:12.000Z","dependencies_parsed_at":"2024-11-08T19:01:46.637Z","dependency_job_id":"0e02070d-81b0-4353-a268-1e9c4850dd65","html_url":"https://github.com/dayvsonlima/phoenix-cli","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"624b482d8de7b3cf0a4cc8b3fa78dd4867241216"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fphoenix-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fphoenix-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fphoenix-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fphoenix-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dayvsonlima","download_url":"https://codeload.github.com/dayvsonlima/phoenix-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249297778,"owners_count":21246475,"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":["elixir","phoenix-framework","ruby-gem","ruby-on-rails"],"created_at":"2024-10-02T09:04:28.314Z","updated_at":"2025-10-20T07:51:31.411Z","avatar_url":"https://github.com/dayvsonlima.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Phoenix-cli\n=================\n[![Gem Version](https://badge.fury.io/rb/phoenix-cli.svg)](https://badge.fury.io/rb/phoenix-cli)\n[![Gem](https://img.shields.io/gem/dt/phoenix-cli.svg)](https://rubygems.org/gems/phoenix-cli)\n\nPhoenix Pretty CLI\nUse Phoenix Framework with the same friendly rails interface\n\n![Alt Text](screenshot.gif)\n\n## Setup\n\n1. Install via rubygems\n\n```bash\ngem install phoenix-cli\n```\n\n## Command List\n\n| Command | Description | Phoenix equivalent |\n| --- | --- | --- |\n| install | Install Phoenix Framework | -\n| new APP_PATH | Create new Phoenix application | mix phoenix.new\n| deps | Install the Phoenix dependencies | mix deps.get\n| server | Start the web server | mix phoenix.server\n| console | Start Phoenix console | iex -S mix\n| routes | Show Phoenix routes | mix phoenix.routes\n| version | Get current CLI version | -\n\n\nRun `phoenix` for more options\n\n\n## Generators List\n2. You can use generators with the following syntax\n\n```bash\nphoenix generate GENERATOR_NAME\n```\n\n| Command | Description | Phoenix equivalent |\n| --- | --- | --- |\n| scaffold | Generate Full set of model, view, database migration for that model, controller | mix phoenix.gen.html\n| api | Generate Full model, view in json, database migration for that model, controller  | mix phoenix.gen.json\n| json | Alias for api command  | mix phoenix.gen.json\n| model | Generates an Ecto model in your Phoenix application. | mix phoenix.gen.model\n| channel | Generates a Phoenix channel  | mix phoenix.gen.channel\n| presence | Generates a Presence tracker for your application | mix phoenix.gen.presence\n| secret | Generates a secret and print it to the terminal | mix phoenix.gen.secret\n\n## Database Commands\n\n| Command | Description | Phoenix equivalent |\n| --- | --- | --- |\n| db:create | Create database | mix ecto.create\n| db:migrate | Run database migrations | mix ecto.migrate\n| db:drop | Drop database | mix deps.drop\n| db:dump | Dumps the current environment’s database | mix ecto.dump\n\n## Development\n\nWhen hacking on this gem, the REPL `pry` comes in handy. You can load the\ncontents of the gem with `pry --gem`.\n\nTo test the CLI, run\n\n    ruby -Ilib bin/phoenix-cli\n\n\n## License\n\nPhoenix CLI is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayvsonlima%2Fphoenix-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdayvsonlima%2Fphoenix-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayvsonlima%2Fphoenix-cli/lists"}