{"id":21905380,"url":"https://github.com/hex7c0/mkdir-recursive","last_synced_at":"2025-04-15T23:42:21.964Z","repository":{"id":27830984,"uuid":"31320870","full_name":"hex7c0/mkdir-recursive","owner":"hex7c0","description":"make/remove directories recursively for Nodejs","archived":false,"fork":false,"pushed_at":"2023-04-16T02:56:00.000Z","size":72,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-11T18:32:37.829Z","etag":null,"topics":["mkdir","mkdir-recursive","nodejs"],"latest_commit_sha":null,"homepage":"https://github.com/hex7c0/mkdir-recursive","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hex7c0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-25T15:42:51.000Z","updated_at":"2019-04-30T17:02:46.000Z","dependencies_parsed_at":"2024-06-18T19:59:10.372Z","dependency_job_id":null,"html_url":"https://github.com/hex7c0/mkdir-recursive","commit_stats":{"total_commits":58,"total_committers":2,"mean_commits":29.0,"dds":"0.017241379310344862","last_synced_commit":"25c6a044688043f8be8ff5d2432c22e25b393432"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex7c0%2Fmkdir-recursive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex7c0%2Fmkdir-recursive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex7c0%2Fmkdir-recursive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex7c0%2Fmkdir-recursive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hex7c0","download_url":"https://codeload.github.com/hex7c0/mkdir-recursive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226950534,"owners_count":17708241,"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":["mkdir","mkdir-recursive","nodejs"],"created_at":"2024-11-28T16:33:05.921Z","updated_at":"2024-11-28T16:33:06.618Z","avatar_url":"https://github.com/hex7c0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [mkdir-recursive](https://github.com/hex7c0/mkdir-recursive)\n\n[![NPM version](https://img.shields.io/npm/v/mkdir-recursive.svg)](https://www.npmjs.com/package/mkdir-recursive)\n[![Linux Status](https://img.shields.io/travis/hex7c0/mkdir-recursive.svg?label=linux)](https://travis-ci.org/hex7c0/mkdir-recursive)\n[![Windows Status](https://img.shields.io/appveyor/ci/hex7c0/mkdir-recursive.svg?label=windows)](https://ci.appveyor.com/project/hex7c0/mkdir-recursive)\n[![Dependency Status](https://img.shields.io/david/hex7c0/mkdir-recursive.svg)](https://david-dm.org/hex7c0/mkdir-recursive)\n[![Coveralls](https://img.shields.io/coveralls/hex7c0/mkdir-recursive.svg)](https://coveralls.io/r/hex7c0/mkdir-recursive)\n\nmake/remove (asynchronous/synchronous) directories recursively\n\n## Installation\n\nInstall through NPM\n\n```bash\nnpm install mkdir-recursive\n```\nor\n```bash\ngit clone git://github.com/hex7c0/mkdir-recursive.git\n```\n\n## API\n\nmake 3 directories asynchronous recursively\n```js\nvar fx = require('mkdir-recursive');\n\nfx.mkdir('foo/bar/1', function(err) {\n\n  console.log('done');\n});\n```\n\n### mkdir(path [, mode], callback) [Node Doc](http://nodejs.org/api/fs.html#fs_fs_mkdir_path_mode_callback)\n\n - `path` - **String** Dir pathname *(default \"required\")*\n - `[mode]`- **Number** Scrivi *(default \"0777\")*\n - `callback` - **Function** Next callback when task is complete *(default \"required\")*\n\n### mkdirSync(path [, mode]) [Node Doc](http://nodejs.org/api/fs.html#fs_fs_mkdirsync_path_mode)\n\n - `path` - **String** Dir pathname *(default \"required\")*\n - `[mode]`- **Number** Scrivi *(default \"0777\")*\n\n### rmdir(path, callback) [Node Doc](http://nodejs.org/api/fs.html#fs_fs_rmdir_path_callback)\n\n - `path` - **String** Dir pathname *(default \"required\")*\n - `callback` - **Function** Next callback when task is complete *(default \"required\")*\n\n### rmdirSync(path) [Node Doc](http://nodejs.org/api/fs.html#fs_fs_rmdirsync_path)\n\n - `path` - **String** Dir pathname *(default \"required\")*\n\n## Examples\n\nTake a look at my [examples](examples)\n\n### [License GPLv3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex7c0%2Fmkdir-recursive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhex7c0%2Fmkdir-recursive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex7c0%2Fmkdir-recursive/lists"}