{"id":16020667,"url":"https://github.com/cestef/auto-updater","last_synced_at":"2026-06-24T00:30:18.489Z","repository":{"id":57104730,"uuid":"409357484","full_name":"cestef/auto-updater","owner":"cestef","description":"Update your node apps automatically !","archived":false,"fork":false,"pushed_at":"2021-10-02T13:06:13.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-27T12:21:22.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/cestef.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":"2021-09-22T21:11:15.000Z","updated_at":"2021-11-01T18:10:33.000Z","dependencies_parsed_at":"2022-08-20T22:10:41.408Z","dependency_job_id":null,"html_url":"https://github.com/cestef/auto-updater","commit_stats":null,"previous_names":["cstefflexin/auto-updater"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fauto-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fauto-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fauto-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cestef%2Fauto-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cestef","download_url":"https://codeload.github.com/cestef/auto-updater/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240273295,"owners_count":19775230,"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-08T17:43:17.697Z","updated_at":"2026-06-24T00:30:18.456Z","avatar_url":"https://github.com/cestef.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto-Updater\r\n\r\nUpdate your nodejs app automatically from a remote git repo by checking the package.json version\r\n\r\n\r\n## Installing \r\n\r\n```\r\nyarn add @cstefflexin/auto-updater\r\n```\r\nor \r\n```\r\nnpm install @cstefflexin/auto-updater\r\n```\r\n\r\n\r\n## Using\r\n\r\nTypescript\r\n```ts\r\nimport AutoGitUpdate, { LogLevel } from \"@cstefflexin/auto-updater\";\r\n\r\nconst git = new AutoGitUpdate({\r\n    repository: \"https://github.com/cstefFlexin/auto-updater\",\r\n    tempLocation: \"/Users/cstef/Desktop\",\r\n    branch: \"main\",\r\n    test: true,\r\n    prompt: true,\r\n    logLevel: LogLevel.Info,\r\n});\r\n(async () =\u003e {\r\n    await git.autoUpdate();\r\n})();\r\n```\r\n\r\nJavascript\r\n```js\r\n\r\nconst { default: AutoGitUpdate, LogLevel } = require(\"@cstefflexin/auto-updater\");\r\n\r\nconst git = new AutoGitUpdate({\r\n    repository: \"https://github.com/cstefFlexin/auto-updater\",\r\n    tempLocation: \"/Users/cstef/Desktop\",\r\n    branch: \"main\",\r\n    test: true,\r\n    prompt: true,\r\n    logLevel: LogLevel.Info,\r\n});\r\n(async () =\u003e {\r\n    await git.autoUpdate();\r\n})();\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcestef%2Fauto-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcestef%2Fauto-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcestef%2Fauto-updater/lists"}