# npmvc-async

> async

Latest version **1.0.0** (published 2014-11-17) · 0 weekly downloads

## Install

```sh
npm install npmvc-async
pnpm add npmvc-async
yarn add npmvc-async
bun add npmvc-async
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2014-11-17 |
| First published | 2014-11-17 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.13 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Robbert Streng |
| Maintainers | rstr74 |

## Links

- npm: https://www.npmjs.com/package/npmvc-async
- npm.io page: https://npm.io/package/npmvc-async

## Dependencies (1)

- [npmvc](https://npm.io/package/npmvc.md) >=1.0.1

## Recent versions

- 1.0.0 (latest) — 2014-11-17

## README

```js
//first require npmvc
var puremvc = require("npmvc");
// then add npmvc-async to the puremvc object
require("npmvc-async")(puremvc);


// now you can use puremvc with AsyncCommand and AsyncMacroCommand
puremvc.setSourceDir(__dirname+"/src");
puremvc.include("AppConstants");
puremvc.include("ApplicationFacade");

```

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