# amkdirp

> Asynchroms mkdirp

Latest version **2.0.0** (published 2017-09-17) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install amkdirp
pnpm add amkdirp
yarn add amkdirp
bun add amkdirp
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2017-09-17 |
| First published | 2017-03-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=7.6 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Taka Okunishi |
| Maintainers | okunishinishi |
| Keywords | mkdirp, async |

## Links

- npm: https://www.npmjs.com/package/amkdirp
- Repository: https://github.com/a-labo/amkdirp
- Homepage: https://github.com/a-labo/amkdirp#readme
- Issues: https://github.com/a-labo/amkdirp/issues
- npm.io page: https://npm.io/package/amkdirp

## Dependencies (1)

- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1

## 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

- 2.0.0 (latest) — 2017-09-17
- 1.0.0 — 2017-03-26

## README

amkdirp
==========

<!---
This file is generated by ape-tmpl. Do not update manually.
--->

<!-- Badge Start -->
<a name="badges"></a>

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/a-labo/amkdirp
[bd_travis_url]: http://travis-ci.org/a-labo/amkdirp
[bd_travis_shield_url]: http://img.shields.io/travis/a-labo/amkdirp.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/a-labo/amkdirp
[bd_travis_com_shield_url]: https://api.travis-ci.com/a-labo/amkdirp.svg?token=
[bd_license_url]: https://github.com/a-labo/amkdirp/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/a-labo/amkdirp
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/a-labo/amkdirp.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/a-labo/amkdirp.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/a-labo/amkdirp
[bd_gemnasium_shield_url]: https://gemnasium.com/a-labo/amkdirp.svg
[bd_npm_url]: http://www.npmjs.org/package/amkdirp
[bd_npm_shield_url]: http://img.shields.io/npm/v/amkdirp.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->


<!-- Description Start -->
<a name="description"></a>

Asynchroms mkdirp

<!-- Description End -->


<!-- Overview Start -->
<a name="overview"></a>



<!-- Overview End -->


<!-- Sections Start -->
<a name="sections"></a>

<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->

<a name="section-doc-guides-01-installation-md"></a>

Installation
-----

```bash
$ npm install amkdirp --save
```


<!-- Section from "doc/guides/01.Installation.md.hbs" End -->

<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->

<a name="section-doc-guides-02-usage-md"></a>

Usage
---------

```javascript
'use strict'

const amkdirp = require('amkdirp')

async function tryExample () {
  await amkdirp('tmp/foo/bar')
}

tryExample()

```


<!-- Section from "doc/guides/02.Usage.md.hbs" End -->


<!-- Sections Start -->


<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [MIT License](https://github.com/a-labo/amkdirp/blob/master/LICENSE).

<!-- LICENSE End -->


<!-- Links Start -->
<a name="links"></a>

Links
------



<!-- Links End -->

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