{"id":15040909,"url":"https://github.com/mobilehero-archive/oclif-plugin-titanium","last_synced_at":"2026-01-07T00:27:01.280Z","repository":{"id":57313297,"uuid":"173236573","full_name":"mobilehero-archive/oclif-plugin-titanium","owner":"mobilehero-archive","description":"🚀oclif plugin for creating, building, and managing Titanium Native mobile apps","archived":false,"fork":false,"pushed_at":"2019-07-10T21:21:27.000Z","size":72,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T19:42:53.457Z","etag":null,"topics":["android","appcelerator","appcelerator-titanium","axway","brenton-house","cross-platform-native","ios","native","nodejs","npm","oclif","plugin","titanium","titanium-alloy","titanium-mobile","titanium-turbo","turbo"],"latest_commit_sha":null,"homepage":"","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/mobilehero-archive.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":"2019-03-01T04:49:20.000Z","updated_at":"2022-01-07T15:59:38.000Z","dependencies_parsed_at":"2022-09-20T23:30:47.460Z","dependency_job_id":null,"html_url":"https://github.com/mobilehero-archive/oclif-plugin-titanium","commit_stats":null,"previous_names":["brentonhouse/oclif-plugin-titanium"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobilehero-archive%2Foclif-plugin-titanium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobilehero-archive%2Foclif-plugin-titanium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobilehero-archive%2Foclif-plugin-titanium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobilehero-archive%2Foclif-plugin-titanium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobilehero-archive","download_url":"https://codeload.github.com/mobilehero-archive/oclif-plugin-titanium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245814748,"owners_count":20676808,"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":["android","appcelerator","appcelerator-titanium","axway","brenton-house","cross-platform-native","ios","native","nodejs","npm","oclif","plugin","titanium","titanium-alloy","titanium-mobile","titanium-turbo","turbo"],"created_at":"2024-09-24T20:45:16.451Z","updated_at":"2026-01-07T00:27:01.250Z","avatar_url":"https://github.com/mobilehero-archive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"oclif-plugin-titanium\n=====================\n\noclif plugin for creating, building, and managing Titanium Native mobile apps\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/oclif-plugin-titanium.svg)](https://npmjs.org/package/oclif-plugin-titanium)\n[![Downloads/week](https://img.shields.io/npm/dw/oclif-plugin-titanium.svg)](https://npmjs.org/package/oclif-plugin-titanium)\n[![License](https://img.shields.io/npm/l/oclif-plugin-titanium.svg)](https://github.com/brentonhouse/oclif-plugin-titanium/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g oclif-plugin-titanium\n$ mobile COMMAND\nrunning command...\n$ mobile (-v|--version|version)\noclif-plugin-titanium/0.0.10 darwin-x64 node-v10.16.0\n$ mobile --help [COMMAND]\nUSAGE\n  $ mobile COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`mobile app:create [NAME] [TEMPLATE]`](#mobile-appcreate-name-template)\n\n## `mobile app:create [NAME] [TEMPLATE]`\n\nCreate a shiny new mobile application\n\n```\nUSAGE\n  $ mobile app:create [NAME] [TEMPLATE]\n\nARGUMENTS\n  NAME      Name of your project\n  TEMPLATE  Template to use for creating your new app\n\nOPTIONS\n  -c, --copyright=copyright          Copyright for your project\n  -d, --description=description      Description for your project\n  -i, --id=id                        [default: Generate from project name] ID for your project\n  -l, --license=license              Specifies the license for the project\n  -n, --name=name                    Name of your project\n  -p, --path=path                    Specifies the directory where you want to initialize the project\n  -p, --publisher=publisher          Name of person/company publishing app\n\n  -t, --template=template            [default: @titanium/template-alloy-default] Template to use for creating your new\n                                     app\n\n  -u, --url=url                      URL for your project\n\n  --author_email=author_email        Specifies the email address of the Author\n\n  --author_name=author_name          Specifies the full name of the Author\n\n  --author_url=author_url            Specifies the URL for the Author\n\n  --github_username=github_username  Specifies the github username for the project\n\nDESCRIPTION\n  ...\n  Create a new mobile app from a template using all sorts of nifty options!\n\n  Tool will create an app using values from parameters or from the user config file which is located here:  \n  ~/.config/@geek/mobile/config.json\n  Future versions of the tool will allow setting config values from CLI.\n\nEXAMPLES\n\n  Create app from template in npm package\n\n  mobile app:create my-app-name [@scope/]\u003cname\u003e\n  mobile app:create my-app-name [@scope/]\u003cname\u003e@\u003ctag\u003e\n  mobile app:create my-app-name [@scope/]\u003cname\u003e@\u003cversion\u003e\n  mobile app:create my-app-name [@scope/]\u003cname\u003e@\u003cversion range\u003e\n\n  Create app from template in git repo\n\n  mobile app:create my-app-name \u003cgit-host\u003e:\u003cgit-user\u003e/\u003crepo-name\u003e\n  mobile app:create my-app-name \u003cgit-host\u003e:\u003cgit-user\u003e/\u003crepo-name\u003e#\u003ctag\u003e\n  mobile app:create my-app-name \u003cgit-host\u003e:\u003cgit-user\u003e/\u003crepo-name\u003e#\u003cbranch\u003e\n  mobile app:create my-app-name \u003cgit repo url\u003e\n\n  (where \u003cgit-host\u003e can be: github, bitbucket, or gitlab)\n\n  Create app from template in tarball\n\n  mobile app:create my-app-name \u003ctarball file\u003e\n  mobile app:create my-app-name \u003ctarball url\u003e\n\n  Create app from template in local directory\n\n  mobile app:create my-app-name \u003cfolder\u003e\n```\n\n_See code: [src/commands/app/create.js](https://github.com/brentonhouse/oclif-plugin-titanium/blob/v0.0.10/src/commands/app/create.js)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilehero-archive%2Foclif-plugin-titanium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobilehero-archive%2Foclif-plugin-titanium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilehero-archive%2Foclif-plugin-titanium/lists"}