{"id":16434433,"url":"https://github.com/zce/sync-to-remote","last_synced_at":"2026-02-17T04:32:56.163Z","repository":{"id":47999845,"uuid":"117050779","full_name":"zce/sync-to-remote","owner":"zce","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-07T00:55:20.000Z","size":398,"stargazers_count":1,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T01:20:47.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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-01-11T04:38:49.000Z","updated_at":"2023-03-08T04:01:23.000Z","dependencies_parsed_at":"2023-01-24T03:16:23.593Z","dependency_job_id":null,"html_url":"https://github.com/zce/sync-to-remote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zce/sync-to-remote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fsync-to-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fsync-to-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fsync-to-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fsync-to-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zce","download_url":"https://codeload.github.com/zce/sync-to-remote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fsync-to-remote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29533702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T08:49:08.236Z","updated_at":"2026-02-17T04:32:56.145Z","avatar_url":"https://github.com/zce.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sync-to-remote\n\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 Monitor files change and synchronize to the remote repo\n\n## Installation\n\n```sh\n$ yarn add sync-to-remote\n\n# or npm\n$ npm install sync-to-remote\n```\n\n## Usage\n\n```js\nconst syncToRemote = require('sync-to-remote')\nconst result = syncToRemote('zce')\nconsole.log(result)\n// =\u003e 'zce@zce.me'\n```\n\n## API\n\n### syncToRemote(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 sync-to-remote\n\n# or npm\n$ npm install sync-to-remote -g\n```\n\n```shell\n$ sync-to-remote --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[downloads-image]: https://img.shields.io/npm/dm/sync-to-remote.svg\n[downloads-url]: https://npmjs.org/package/sync-to-remote\n[version-image]: https://img.shields.io/npm/v/sync-to-remote.svg\n[version-url]: https://npmjs.org/package/sync-to-remote\n[license-image]: https://img.shields.io/npm/l/sync-to-remote.svg\n[license-url]: https://github.com/zce/sync-to-remote/blob/master/LICENSE\n[dependency-image]: https://img.shields.io/david/zce/sync-to-remote.svg\n[dependency-url]: https://david-dm.org/zce/sync-to-remote\n[devdependency-image]: https://img.shields.io/david/dev/zce/sync-to-remote.svg\n[devdependency-url]: https://david-dm.org/zce/sync-to-remote?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%2Fsync-to-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzce%2Fsync-to-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzce%2Fsync-to-remote/lists"}