{"id":28242899,"url":"https://github.com/simplelocalize/simplelocalize-cli-npm","last_synced_at":"2025-09-12T02:17:22.535Z","repository":{"id":283132163,"uuid":"950690974","full_name":"simplelocalize/simplelocalize-cli-npm","owner":"simplelocalize","description":"Install SimpleLocalize CLI via npm for your project","archived":false,"fork":false,"pushed_at":"2025-08-21T00:07:57.000Z","size":23451,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T13:44:34.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://simplelocalize.io/docs/cli/get-started/","language":"JavaScript","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/simplelocalize.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-18T14:44:01.000Z","updated_at":"2025-08-21T00:08:00.000Z","dependencies_parsed_at":"2025-07-15T14:13:11.010Z","dependency_job_id":"93ce42ef-16dd-4c91-956d-bbff494f111b","html_url":"https://github.com/simplelocalize/simplelocalize-cli-npm","commit_stats":null,"previous_names":["jpomykala/simplelocalize-cli-npm","simplelocalize/simplelocalize-cli-npm"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/simplelocalize/simplelocalize-cli-npm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fsimplelocalize-cli-npm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fsimplelocalize-cli-npm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fsimplelocalize-cli-npm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fsimplelocalize-cli-npm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplelocalize","download_url":"https://codeload.github.com/simplelocalize/simplelocalize-cli-npm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fsimplelocalize-cli-npm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274743185,"owners_count":25341133,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-05-19T06:09:55.901Z","updated_at":"2025-09-12T02:17:22.527Z","avatar_url":"https://github.com/simplelocalize.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleLocalize CLI via npm\n\nThe main goal of this project is to give fronted developers\nan easier way to use [SimpleLocalize CLI](https://github.com/simplelocalize/simplelocalize-cli)\nin their workflows. \n\n## Installation\n\n```shell\nnpm install @simplelocalize/cli\n```\n\nAfter installing the package, it should automatically choose the right binary for \nyour system and install it into `node_modules/.bin` directory, to make it available for your\nscripts in `package.json`.\n\n```json\n{\n  \"name\": \"My project\",\n  \"version\": \"1.0.0\",\n  \"private\": true,\n  \"dependencies\": {\n    \"@simplelocalize/cli\": \"^2.10.0\",\n  },\n  \"scripts\": {\n    \"start\": \"react-scripts start\",\n    \"sl:download\": \"simplelocalize download\",\n    \"sl:upload\": \"simplelocalize upload\",\n    \"sl:autotranslate\": \"simplelocalize auto-translate\"\n  },\n}\n```\n\nLearn more about [SimpleLocalize CLI commands](https://github.com/simplelocalize/simplelocalize-cli)\n\n\n## NPX Support\n\nYou can also use `npx` to run SimpleLocalize CLI commands without installing the package\nglobally:\n\n```shell\nnpx @simplelocalize/cli download\n```\n\n## Versioning explanation\n\n`@simplelocalize/cli` versioning is synced with https://github.com/simplelocalize/simplelocalize-cli versioning.\n\n`@simplelocalize/cli@2.9.1` will install SimpleLocalize CLI 2.9.x and this npm package version is 1.\n`@simplelocalize/cli@2.9.2` will install SimpleLocalize CLI 2.9.x and this npm package version is 2.\n\nBy using this versioning scheme, we can release new versions of this npm package\nwithout changing the SimpleLocalize CLI version, for example, to fix bugs in this package,\nand follow semantic versioning rules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplelocalize%2Fsimplelocalize-cli-npm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplelocalize%2Fsimplelocalize-cli-npm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplelocalize%2Fsimplelocalize-cli-npm/lists"}