{"id":29555571,"url":"https://github.com/apache/cordova-wp8","last_synced_at":"2025-07-18T09:04:08.963Z","repository":{"id":5688001,"uuid":"6898380","full_name":"apache/cordova-wp8","owner":"apache","description":"[DEPRECATED] Apache Cordova WP8","archived":true,"fork":false,"pushed_at":"2019-04-16T17:15:40.000Z","size":10193,"stargazers_count":82,"open_issues_count":0,"forks_count":94,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-07-08T02:05:18.315Z","etag":null,"topics":["cordova","cplusplus","csharp","java","javascript","library","mobile","nodejs","objective-c"],"latest_commit_sha":null,"homepage":"","language":"C#","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/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-28T08:00:21.000Z","updated_at":"2024-02-11T22:08:49.000Z","dependencies_parsed_at":"2022-08-24T18:14:06.256Z","dependency_job_id":null,"html_url":"https://github.com/apache/cordova-wp8","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/apache/cordova-wp8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-wp8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-wp8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-wp8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-wp8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/cordova-wp8/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-wp8/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265397470,"owners_count":23758438,"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":["cordova","cplusplus","csharp","java","javascript","library","mobile","nodejs","objective-c"],"created_at":"2025-07-18T09:04:07.654Z","updated_at":"2025-07-18T09:04:08.947Z","avatar_url":"https://github.com/apache.png","language":"C#","readme":"\u003c!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements.  See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership.  The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License.  You may obtain a copy of the License at\n# \n# http://www.apache.org/licenses/LICENSE-2.0\n# \n# Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n#  KIND, either express or implied.  See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n--\u003e\n\n\nApache Cordova for Windows Phone 8\n===\n\n---\n📌 **Deprecation Notice**\n\nThis repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is but any future issues will not be fixed by the Cordova community.\n\nFeel free to fork this repository and improve your fork. Existing forks are listed in [Network](../../network) and [Forks](../../network/members).\n\n- Learn more: https://github.com/apache/cordova/blob/master/deprecated.md#deprecated-platforms\n---\n\n[![Build status](https://ci.appveyor.com/api/projects/status/apoby7i5j5xnmhy2/branch/master)](https://ci.appveyor.com/project/Humbedooh/cordova-wp8/branch/master)\n\n\nThis repo includes code to build Apache Cordova applications that target Windows Phone 8 SDK.\n\nAn Apache Cordova based applications is, at the core, an application written with web technology: HTML, CSS and JavaScript.\n\n[Apache Cordova][] is a project at The Apache Software Foundation (ASF).\n\nRequires\n---\n\n- [Windows Phone SDK 8][]\n-- Windows Phone 8 development requires Windows 8 Professional, and Visual Studio 2012 ( express works )\n\n\nGetting Started \n---\n\n\n## Create a new project\n\nGetting Started from the command line\n---\n\n    \u003e.\\wp8\\bin\\create PathToNewProject [ PackageName ] [ AppName ]\n\n    \u003ePathToNewProject : The path to where you wish to create the project\n    \u003ePackageName      : The namespace for the project (default is Cordova.Example)\n    \u003eAppName          : The name of the application (default is CordovaWP8AppProj)\n\n    \u003eexample:\n    \u003e.\\wp8\\bin\\create C:\\Users\\anonymous\\Desktop\\MyWP8Proj io.cordova.example CordovaWP8App\n\n    From here you can open it in Visual Studio:\n    - Launch Visual Studio and open Solution file (.sln) in (C:\\Users\\anonymous\\Desktop\\MyWP8Proj)\n    - Built and Run it\n\n    Or, you can continue with the command line:\n    - \u003ecd C:\\Users\\anonymous\\Desktop\\MyWP8Proj\n      \u003ecordova\\run\n\n\nBUGS?\n-----\n\n- File them at the [Apache Cordova Issue Tracker][]\n\n\nFurther Reading\n---\n\n- [Apache Cordova Documentation][]\n- [Apache Cordova Wiki][]\n\n[Windows Phone SDK 8]: http://www.microsoft.com/en-us/download/details.aspx?id=35471 \"Download Windows Phone SDK 8\"\n\n[Apache Cordova]: http://cordova.io \"Apache Cordova\"\n[Apache Cordova Issue Tracker]: https://issues.apache.org/jira/browse/CB \"Apache Cordova Issue Tracker\"\n[Apache Cordova Documentation]: http://cordova.io/docs \"Apache Cordova Documentation\"\n[Apache Cordova Wiki]: http://wiki.apache.org/cordova \"Apache Cordova Wiki\"\n\n","funding_links":[],"categories":["Index"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-wp8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcordova-wp8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-wp8/lists"}