# npd [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

> Node Packages Deployer

## Installation

```bash
$ npm install npd -g
```

## Documentation

`npd` is like `npm` and `bower`, it helps you deploy applications to focus on maintain versions, but not to create auto startup scripts.

## Examples

_(Coming soon)_

## License

Copyright (c) 2014 Tao Yuan Licensed under the MIT license.

[npm-url]: https://www.npmjs.org/package/npd
[npm-image]: https://img.shields.io/npm/v/npd.svg?style=flat

[travis-url]: https://travis-ci.org/taoyuan/npd
[travis-image]: http://img.shields.io/travis/taoyuan/npd.svg?style=flat
