{"id":15421157,"url":"https://github.com/notwoods/crossrm","last_synced_at":"2026-02-27T20:30:56.514Z","repository":{"id":253607759,"uuid":"844015051","full_name":"NotWoods/crossrm","owner":"NotWoods","description":"`rm -rf` in a cross-platform implementation. Significantly smaller than rimraf!","archived":false,"fork":false,"pushed_at":"2024-08-18T18:06:48.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T21:51:54.122Z","etag":null,"topics":["rimraf","rm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/crossrm","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/NotWoods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-08-18T05:42:07.000Z","updated_at":"2024-10-08T06:07:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"36347d2c-47f2-46d3-a6e3-d8ff71402182","html_url":"https://github.com/NotWoods/crossrm","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"b6c9287a284dfb9ab974f92cf8e7240f7dd8d94b"},"previous_names":["notwoods/crossrm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotWoods/crossrm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fcrossrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fcrossrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fcrossrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fcrossrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotWoods","download_url":"https://codeload.github.com/NotWoods/crossrm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fcrossrm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29912117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: 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":["rimraf","rm"],"created_at":"2024-10-01T17:33:43.160Z","updated_at":"2026-02-27T20:30:56.509Z","avatar_url":"https://github.com/NotWoods.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crossrm\n\nThe [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for Node.js in a cross-platform implementation. Significantly smaller than `rimraf`!\n\n## Usage\n\n```sh\nnpx crossrm ./path\n```\n\n### Why no JavaScript API?\n\nNode.js v14.14 and up supports [the built-in `fs.rm` function](https://nodejs.org/api/fs.html#fspromisesrmpath-options), which does everything you need. This package is just a thin CLI wrapper around the function.\n\n```ts\nimport { rm } from 'node:fs/promises';\nimport { rmSync } from 'node:fs';\n\n// This will throw an error if the path does not exist.\nawait rm(path, { recursive: true });\nrmSync(path, { recursive: true });\n\n// This will do nothing if the path does not exist.\nawait rm(path, { recursive: true, force: true });\nrmSync(path, { recursive: true, force: true });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotwoods%2Fcrossrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotwoods%2Fcrossrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotwoods%2Fcrossrm/lists"}