{"id":28100353,"url":"https://github.com/tidev/liveview","last_synced_at":"2025-09-08T00:35:47.464Z","repository":{"id":6850173,"uuid":"8098839","full_name":"tidev/liveview","owner":"tidev","description":"Titanium LiveTi (live preview of Titanium applications on device)","archived":false,"fork":false,"pushed_at":"2025-03-10T15:46:47.000Z","size":5484,"stargazers_count":7,"open_issues_count":9,"forks_count":3,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-08-16T14:04:29.048Z","etag":null,"topics":["npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tidev.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2013-02-08T18:33:36.000Z","updated_at":"2023-11-29T18:37:45.000Z","dependencies_parsed_at":"2025-01-04T13:46:28.496Z","dependency_job_id":"95886fef-30cc-4397-ae4e-7eb23d28f0c0","html_url":"https://github.com/tidev/liveview","commit_stats":null,"previous_names":["appcelerator/liveview"],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/tidev/liveview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fliveview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fliveview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fliveview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fliveview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/liveview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fliveview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274117350,"owners_count":25225101,"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-07T02:00:09.463Z","response_time":67,"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":["npm-package"],"created_at":"2025-05-13T18:33:39.451Z","updated_at":"2025-09-08T00:35:47.417Z","avatar_url":"https://github.com/tidev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"# LiveView\n\nTitanium Live App Reloading for simulator and device.\n\n__Install__\n\nBleeding edge version\n\n``` sh\n$ npm install -g git+https://github.com/appcelerator/liveview.git\n```\n\n\n## liveview#help\n\nOutputs usage. Optional command for its usage.\n\n``` sh\n$ liveview \u003ccommand\u003e --help\n```\n\n## liveview#install\n\nManually Install the Titanium CLI hook:\n_Note: Cli hook is automatically installed with LiveView_\n\n``` sh\n$ liveview install clihook\n```\n\n## liveview#rm\n\nManually Remove the Titanium CLI hook:\n_Note: Cli hook is automatically removed with LiveView_\n\n```\n$ liveview rm clihook\n```\n\n## liveview#run\n\nRun liveview with the requested Titanium CLI Build Flags.\n( _prompts for build flags if none provided_ )\n\n``` sh\n$ liveview run [Titanium-CLI-Build-Flags]\n```\n\nRun liveview via the [Titanium CLI Tools](https://github.com/appcelerator/titanium)\n\n``` sh\n$ ti build --liveview [options]\n```\n\n\n## server#status\n\nOutputs Server Active Server(s) Paths(s).\n\n``` sh\n$ liveview server status\n```\n\n## server#pids\n\nOutputs Server Active Server(s) pid Paths(s).\n\n``` sh\n$ liveview server status\n```\n\n## server#stop\n\nStop liveview file/event servers\n\n``` sh\n$ liveview server stop\n```\n\n## server#start\n\nStart a liveview file/event server for given directory\n\n``` sh\n$ liveview server start [-p --project-dir] \u003cproject-dir-path\u003e [-d --daemonize]\n```\n\n## Development\n\nAs LiveView is now distributed in the SDK, the best way to work on it is to link your local git repository into the SDK version used by the app you're using to test.\n\n1. Install the dependencies `npm install`\n2. Run `npm link`, this allows you to symlink the module into your SDK easily\n3. `cd` to the SDK directory used by your app. So if your app is using `8.3.1.GA` use:\n   * Mac - `cd ~/Library/Application\\ Support/Titanium/mobilesdk/osx/8.3.1.GA`\n   * Windows - `cd %PROGRAMDATA%\\Titanium/mobilesdk/win32/8.3.1.GA`\n4. Run `npm link liveview` and you're good to go! When you make changes in your local git repository they will be reflected straight away into the SDK\n\n## License\n\nSee LICENSE file for information on license.\n\n#### (C) Copyright 20132021, [Appcelerator](http://www.appcelerator.com/) Inc. All Rights Reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fliveview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Fliveview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fliveview/lists"}