# apeman-task-need

> apeman task to run apeman need command.

Latest version **1.0.0** (published 2015-10-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install apeman-task-need
pnpm add apeman-task-need
yarn add apeman-task-need
bun add apeman-task-need
```

## 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 | 2015-10-31 |
| First published | 2015-10-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | okunishinishi |
| Maintainers | okunishinishi |
| Keywords | apeman, task, need |

## Links

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

## Dependencies (3)

- [argx](https://npm.io/package/argx.md) ^1.3.1
- [async](https://npm.io/package/async.md) ^1.5.0
- [objnest](https://npm.io/package/objnest.md) ^1.2.4

## Recent versions

- 1.0.0 (latest) — 2015-10-31

## README

apeman-task-need
==========

<!---
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]
[![Code Climate][bd_codeclimate_shield_url]][bd_codeclimate_url]
[![Code Coverage][bd_codeclimate_coverage_shield_url]][bd_codeclimate_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]

[bd_repo_url]: https://github.com/apeman-task-labo/apeman-task-need
[bd_travis_url]: http://travis-ci.org/apeman-task-labo/apeman-task-need
[bd_travis_shield_url]: http://img.shields.io/travis/apeman-task-labo/apeman-task-need.svg?style=flat
[bd_license_url]: https://github.com/apeman-task-labo/apeman-task-need/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/apeman-task-labo/apeman-task-need
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-task-labo/apeman-task-need.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-task-labo/apeman-task-need.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/apeman-task-labo/apeman-task-need
[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-task-labo/apeman-task-need.svg
[bd_npm_url]: http://www.npmjs.org/package/apeman-task-need
[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-task-need.svg?style=flat
[bd_bower_badge_url]: https://img.shields.io/bower/v/apeman-task-need.svg?style=flat

<!-- Badge End -->


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

apeman task to run apeman need command.

<!-- Description End -->


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



<!-- Overview End -->


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

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

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

```bash
$ npm install apeman-task-need --save-dev
```


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

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

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

1. Define a task within Apemanfile.js
2. Call the task via apeman task command.

**Apemanfile.js**
```javascript
/** This example Apemanfile to use apeman-task-need */

"use strict";

module.exports = {
    $pkg: {/*...*/},
    $tasks: {
        // Define your own task.
        'my-task-01': require('apeman-task-need')({
            //Options
        })
    },
    $needs:{
        "apeman":{"how":"npm i apeman -g"}
    }
};
```

Then,
```bash
$ apeman task my-task-01
```


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

<!-- Section from "doc/readme/03.Options.md.hbs" Start -->

<a name="section-doc-readme-03-options-md"></a>
Options
-------

| Key | Type | Default | Description |
| --- | ---- | --- | --- |
| configuration | string | Path of Apemanfile.js or apeman project directory. |



<!-- Section from "doc/readme/03.Options.md.hbs" End -->


<!-- Sections Start -->


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

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

<!-- LICENSE End -->


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

Links
------

+ [apeman](https://github.com/apeman-labo/apeman)
+ [apeman-task-labo](https://github.com/apeman-task-labo)

<!-- Links End -->

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