{"id":25709174,"url":"https://github.com/apache/cordova-create","last_synced_at":"2025-04-05T12:08:30.035Z","repository":{"id":10132002,"uuid":"64581179","full_name":"apache/cordova-create","owner":"apache","description":"Apache Cordova Create","archived":false,"fork":false,"pushed_at":"2024-11-18T22:43:51.000Z","size":16890,"stargazers_count":10,"open_issues_count":0,"forks_count":16,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-03T04:16:52.475Z","etag":null,"topics":["cordova","cplusplus","csharp","java","javascript","library","mobile","nodejs","objective-c"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-31T07:00:06.000Z","updated_at":"2024-11-18T22:43:52.000Z","dependencies_parsed_at":"2024-01-25T23:02:43.002Z","dependency_job_id":"6f99fc3e-d74f-4c52-aeac-11d73abd46ac","html_url":"https://github.com/apache/cordova-create","commit_stats":{"total_commits":162,"total_committers":15,"mean_commits":10.8,"dds":0.6049382716049383,"last_synced_commit":"d4a7c876417c79ac170f1202d4015451485c9abc"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-create","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-create/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-create/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-create/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/cordova-create/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247158109,"owners_count":20893377,"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-02-25T09:22:40.808Z","updated_at":"2025-04-05T12:08:30.015Z","avatar_url":"https://github.com/apache.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"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# cordova-create\n\n[![NPM](https://nodei.co/npm/cordova-create.png)](https://nodei.co/npm/cordova-create/)\n\n[![Node CI](https://github.com/apache/cordova-create/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-create/actions?query=branch%3Amaster)\n[![codecov.io](https://codecov.io/github/apache/cordova-create/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-create?branch=master)\n\nThis module is used for creating Cordova style projects. It also incudes support for [Cordova App Templates](http://cordova.apache.org/docs/en/latest/guide/cli/template.html). It can fetch templates from npm and git.\n\n## Usage\n\n```js\nconst create = require('cordova-create');\nawait create(dest, opts);\n```\n\n### Parameters\n\n#### `dest`\n\n_Required_. Path to the destination where the project will be created. Must be an empty dir if it exists.\n\n#### `opts`\n\n_Optional_. Supports following properties.\n\n```js\n{\n    // Attributes to be set in package.json \u0026 config.xml\n    id: String,\n    name: String,\n    version: String,\n\n    // The path/url/package-name to the template that should be used\n    template: String,\n\n    // An EventEmitter instance that will be used for logging purposes\n    // (actually it only needs to implement a compatible `emit` method)\n    events: EventEmitter\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-create","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcordova-create","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-create/lists"}