{"id":16434420,"url":"https://github.com/zce/quickapp","last_synced_at":"2025-03-23T08:31:46.837Z","repository":{"id":47999466,"uuid":"129336889","full_name":"zce/quickapp","owner":"zce","description":":construction: :construction: :construction: 一个帮你管理 hap-tools（快应用开发工具）依赖项并封装其编译功能的模块，开箱即用，减少痛苦","archived":false,"fork":false,"pushed_at":"2023-01-25T11:06:36.000Z","size":848,"stargazers_count":5,"open_issues_count":16,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T11:34:25.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-13T02:30:49.000Z","updated_at":"2023-03-08T04:01:22.000Z","dependencies_parsed_at":"2023-02-14T06:50:17.460Z","dependency_job_id":null,"html_url":"https://github.com/zce/quickapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fquickapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fquickapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fquickapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fquickapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zce","download_url":"https://codeload.github.com/zce/quickapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078067,"owners_count":20557274,"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":[],"created_at":"2024-10-11T08:49:06.728Z","updated_at":"2025-03-23T08:31:46.513Z","avatar_url":"https://github.com/zce.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quickapp\n\n[![Build Status][travis-image]][travis-url]\n[![Coverage Status][codecov-image]][codecov-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![NPM Version][version-image]][version-url]\n[![License][license-image]][license-url]\n[![Dependency Status][dependency-image]][dependency-url]\n[![devDependency Status][devdependency-image]][devdependency-url]\n[![Code Style][style-image]][style-url]\n\n\u003e :construction: 一个帮你管理 hap-tools（快应用开发工具）依赖项并封装其编译功能的模块，开箱即用，减少痛苦\n\n## Installation\n\n```shell\n$ yarn add quickapp\n\n# or npm\n$ npm install quickapp\n```\n\n## Usage\n\n```javascript\nconst quickapp = require('quickapp')\nconst result = quickapp('zce')\nconsole.log(result)\n// =\u003e 'zce@zce.me'\n```\n\n## API\n\n### quickapp(name[, options])\n\n#### name\n\n- Type: `string`\n- Details: name string\n\n#### options\n\n##### host\n\n- Type: `string`\n- Details: host string\n- Default: `'zce.me'`\n\n## CLI Usage\n\n```shell\n$ yarn global add quickapp\n\n# or npm\n$ npm install quickapp -g\n```\n\n```shell\n$ quickapp --help\n\n  Usage: creative \u003cinput\u003e\n\n  Options:\n\n    -V, --version  output the version number\n    -H, --host     Email host\n    -h, --help     output usage information\n```\n\n## Contributing\n\n1. **Fork** it on GitHub!\n2. **Clone** the fork to your own machine.\n3. **Checkout** your feature branch: `git checkout -b my-awesome-feature`\n4. **Commit** your changes to your own branch: `git commit -am 'Add some feature'`\n5. **Push** your work back up to your fork: `git push -u origin my-awesome-feature`\n6. Submit a **Pull Request** so that we can review your changes.\n\n\u003e **NOTE**: Be sure to merge the latest from \"upstream\" before making a pull request!\n\n## License\n\n[MIT](LICENSE) \u0026copy; zce \u003cw@zce.me\u003e (https://zce.me/)\n\n\n\n[travis-image]: https://img.shields.io/travis/zce/quickapp.svg\n[travis-url]: https://travis-ci.org/zce/quickapp\n[codecov-image]: https://img.shields.io/codecov/c/github/zce/quickapp.svg\n[codecov-url]: https://codecov.io/gh/zce/quickapp\n[downloads-image]: https://img.shields.io/npm/dm/quickapp.svg\n[downloads-url]: https://npmjs.org/package/quickapp\n[version-image]: https://img.shields.io/npm/v/quickapp.svg\n[version-url]: https://npmjs.org/package/quickapp\n[license-image]: https://img.shields.io/npm/l/quickapp.svg\n[license-url]: https://github.com/zce/quickapp/blob/master/LICENSE\n[dependency-image]: https://img.shields.io/david/zce/quickapp.svg\n[dependency-url]: https://david-dm.org/zce/quickapp\n[devdependency-image]: https://img.shields.io/david/dev/zce/quickapp.svg\n[devdependency-url]: https://david-dm.org/zce/quickapp?type=dev\n[style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[style-url]: http://standardjs.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzce%2Fquickapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzce%2Fquickapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzce%2Fquickapp/lists"}