# mkdirp-sync

> mkdir -p sync in node.js

Latest version **0.0.3** (published 2018-02-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install mkdirp-sync
pnpm add mkdirp-sync
yarn add mkdirp-sync
bun add mkdirp-sync
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2018-02-23 |
| First published | 2017-06-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | elixiao |
| Maintainers | elixiao |
| Keywords | mkdir, mkdirp, mkdir -p, sync |

## Links

- npm: https://www.npmjs.com/package/mkdirp-sync
- npm.io page: https://npm.io/package/mkdirp-sync

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 0.0.3 (latest) — 2018-02-23
- 0.0.2 — 2017-06-21
- 0.0.1 — 2017-06-21

## README

# mkdirp-sync

> mkdir -p sync in node.js

## Install

```bash
npm install mkdirp-sync --save
yarn add mkdirp-sync
```


## Usage

```javascript
const mkdir = require('mkdirp-sync');
mkdir('foo/bar/baz');
```

folders are created as follows, same as running `fs.mkdirSync` recursively.


```bash
|____foo
| |____bar
| | |____baz

```
## License

MIT

---
_Source: https://npm.io/package/mkdirp-sync · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
