{"id":18033594,"url":"https://github.com/rbren/lucy-cmd","last_synced_at":"2025-09-12T18:43:05.643Z","repository":{"id":27896220,"uuid":"31387822","full_name":"rbren/lucy-cmd","owner":"rbren","description":null,"archived":false,"fork":false,"pushed_at":"2015-03-17T23:12:22.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T22:28:59.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rbren.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}},"created_at":"2015-02-26T20:42:51.000Z","updated_at":"2015-03-17T23:12:22.000Z","dependencies_parsed_at":"2022-08-02T16:45:37.527Z","dependency_job_id":null,"html_url":"https://github.com/rbren/lucy-cmd","commit_stats":null,"previous_names":["bobby-brennan/lucy-cmd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rbren/lucy-cmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Flucy-cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Flucy-cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Flucy-cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Flucy-cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbren","download_url":"https://codeload.github.com/rbren/lucy-cmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Flucy-cmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274856461,"owners_count":25362627,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-30T11:07:51.362Z","updated_at":"2025-09-12T18:43:05.585Z","avatar_url":"https://github.com/rbren.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lucy\nlucy is a command-line tool for working with [LucyBot's App Generator API](https://lucybot.com/blog/app-generator)\n\n## Installation\n```\nnpm install -g lucy\n```\n\nYou can get an API key at [https://lucybot.com/register](https://lucybot.com/register).\n\n## Usage\n```\nlucy build \\\n  --apikey=\"your_lucybot_apikey\" \\\n  --directory=path/to/app \\\n  --destination=path/to/dest \\\n  --server=\"node\" \\\n  --client=\"html-ejs\" \\\n  --views=\"view1,view2\" \\\n  --actions=\"action1\"\n  \nlucy publish \\\n  --apikey=\"your_lucybot_apikey\" \\\n  --apisecret=\"your_lucybot_apisecret\" \\\n  --name=\"my_app\" \\\n  --directory=path/to/app \\\n  --views=\"view1,view2\" \\\n  --actions=\"action1\"\n```\n\n`lucy publish` will publish the contents of `--directory` to the App Generator API\n\n`lucy build` will build your app in the specified languages, using these files instead of the files currently published. This allows you to work on your app locally before publishing it.\n\n## App Directory Structure\nA sample directory is at [http://github.com/lucybot/hacker-news](http://github.com/lucybot/hacker-news)\n\nThe directory specified by `--directory` should be structured as\n\n```\n+ actions/\n    + node/\n        - action1.ejs.js\n    + ruby/\n        - action1.ejs.rb\n    + ...\n    + request/\n        - action1.ejs.js\n+ views/\n    + html/\n        - view1.ejs.html\n        - view2.ejs.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbren%2Flucy-cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbren%2Flucy-cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbren%2Flucy-cmd/lists"}