{"id":21520751,"url":"https://github.com/salkuadrat/lucy","last_synced_at":"2026-04-13T08:31:32.168Z","repository":{"id":56834281,"uuid":"422814344","full_name":"salkuadrat/lucy","owner":"salkuadrat","description":"Command Line Interface (CLI) for Lucifer","archived":false,"fork":false,"pushed_at":"2021-12-16T09:22:26.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T16:53:10.267Z","etag":null,"topics":["dart","lucifer","lucy","web"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/lucy","language":"Dart","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/salkuadrat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-30T07:30:19.000Z","updated_at":"2024-02-19T14:00:15.000Z","dependencies_parsed_at":"2022-09-08T07:41:57.796Z","dependency_job_id":null,"html_url":"https://github.com/salkuadrat/lucy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salkuadrat/lucy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salkuadrat%2Flucy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salkuadrat%2Flucy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salkuadrat%2Flucy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salkuadrat%2Flucy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salkuadrat","download_url":"https://codeload.github.com/salkuadrat/lucy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salkuadrat%2Flucy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: 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":["dart","lucifer","lucy","web"],"created_at":"2024-11-24T01:03:54.844Z","updated_at":"2026-04-13T08:31:32.153Z","avatar_url":"https://github.com/salkuadrat.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lucy \n\nSimple Command Line Interface (CLI) for [Lucifer](https://pub.dev/packages/lucifer) framework.\n\n## Installation\n\nYou may activate Lucy CLI by using the following command in your terminal:\n\n```bash\npub global activate lucy\n```\n\n## Usage \n\n### Create New Project\n\nTo create a new Lucifer project, you may use the following Lucy command.\n\n```bash\nl create \u003cproject\u003e\n```\n\nFor example, you may use `l create` command like so:\n\n```bash\nl create desire\n```\n\nIt will create a new Lucifer project named desire in the `desire` directory.\n\n### Run Project (With Hot Reload)\n\nTo run your project, you may use the following command in the root project directory:\n\n```bash\nl run\n```\n\n### Build Executable \n\nTo compile your app and build an executable, you may use:\n\n```bash\nl build\n```\n\nIt will generate the executable file, ready to be sent to production server, in your root project directory.\n\n### Generate Controller\n\nTo generate a controller in your Lucifer project, you may use:\n\n```bash\nl c \u003ccontroller\u003e\n```\n\nFor example, you may use `l c` command like so:\n\n```bash\nl c user\n```\n\nIt will create a `user_controller.dart` file with class `UserController` in the `lib/controller` directory.\n\n### Generate Repository\n\nTo generate a repository in your Lucifer project, you may use:\n\n```bash\nl r \u003crepository\u003e\n```\n\nFor example, you may use `l r` command like so:\n\n```bash\nl r user\n```\n\nIt will create a `user_repository.dart` file with class `UserRepository` in the `lib/repository` directory.\n\n### Create Custom Middleware \n\nYou may use the following command to generate a new custom middleware for your Lucifer project:\n\n```bash\nl m \u003cmiddleware\u003e\n```\n\nFor example, you may use `l m` command like so:\n\n```bash\nl m auth\n```\n\nIt will create a `auth.dart` file containing an `auth` function to define your custom middleware in the `lib/middleware` directory.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalkuadrat%2Flucy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalkuadrat%2Flucy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalkuadrat%2Flucy/lists"}