# apeman-need

> Needs checker for apeman.

Latest version **5.0.2** (published 2016-08-01) · MIT license · 0 weekly downloads

## Install

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

Provides the command `apeman-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 | 5.0.2 |
| Published | 2016-08-01 |
| First published | 2015-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Taka Okunishi |
| Maintainers | okunishinishi |
| Keywords | apeman, command, need |

## Links

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

## Dependencies (5)

- [co](https://npm.io/package/co.md) ^4.6.0
- [hasbin](https://npm.io/package/hasbin.md) ^1.2.3
- [commander](https://npm.io/package/commander.md) ^2.9.0
- [apemanfile](https://npm.io/package/apemanfile.md) ^8.0.0
- [colorprint](https://npm.io/package/colorprint.md) ^4.0.11

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 5.0.2 (latest) — 2016-08-01
- 5.0.1 — 2016-07-13
- 5.0.0 — 2016-05-21
- 4.0.1 — 2016-04-19
- 4.0.0 — 2016-04-06
- 3.0.0 — 2016-03-01
- 2.0.3 — 2016-01-01
- 2.0.2 — 2015-12-18
- 2.0.1 — 2015-12-14
- 2.0.0 — 2015-11-15
- 1.0.7 — 2015-11-01
- 1.0.6 — 2015-10-31
- 1.0.5 — 2015-10-30
- 1.0.4 — 2015-10-30
- 1.0.3 — 2015-10-30
- … 3 more at https://npm.io/package/apeman-need/versions

## README

apeman-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]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/apeman-cmd-labo/apeman-need
[bd_travis_url]: http://travis-ci.org/apeman-cmd-labo/apeman-need
[bd_travis_shield_url]: http://img.shields.io/travis/apeman-cmd-labo/apeman-need.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/apeman-cmd-labo/apeman-need
[bd_travis_com_shield_url]: https://api.travis-ci.com/apeman-cmd-labo/apeman-need.svg?token=
[bd_license_url]: https://github.com/apeman-cmd-labo/apeman-need/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/apeman-cmd-labo/apeman-need
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/apeman-cmd-labo/apeman-need.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/apeman-cmd-labo/apeman-need.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/apeman-cmd-labo/apeman-need
[bd_gemnasium_shield_url]: https://gemnasium.com/apeman-cmd-labo/apeman-need.svg
[bd_npm_url]: http://www.npmjs.org/package/apeman-need
[bd_npm_shield_url]: http://img.shields.io/npm/v/apeman-need.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>

Needs checker for apeman.

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

Install apeman-need module via [npm][npm_url].
```bash
$ npm install apeman-need -g
```


[npm_url]: https://www.npmjs.com/

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

1. Prepare an Apemanfile.js at your project root.
2. Run the command via CLI.

***Apemanfile.js***
```javascript
/** Example of Apemanfile.js */

'use strict'

module.exports = {
  $cwd: __dirname,
  $pkg: { /* ... */ },
  $proto: [ /* ... */ ],
  $aou: { /* ... */ }
}

```

Then,

```bash
$ apeman-need
```


##### CLI Options

```bash
$ apeman-need -h

  Usage: apeman-need [options] 

  Check project needs.

  Options:

    -h, --help                           output usage information
    -V, --version                        output the version number
    -c, --configuration <configuration>  Pathname of Apemanfile

  Examples:

    $ apeman-need                     # Check projects needs.


```


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

<!-- Section from "doc/guides/03.Programmatic API.md.hbs" Start -->

<a name="section-doc-guides-03-programmatic-a-p-i-md"></a>

Programmatic API
---

apeman-need also provide programmatic API.

Firstly, install the module locally.

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

Then,

```javascript
'use strict'

const apemanNeed = require('apeman-need')

apemanNeed({}).then(() => {
  /* ... */
})

```


##### Programmatic Options

| Key | Description | Default |
| --- | ----------- | ------- |
| configuration | Pathname of Apemanfile |  |


<!-- Section from "doc/guides/03.Programmatic API.md.hbs" End -->


<!-- Sections Start -->


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

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

<!-- LICENSE End -->


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

Links
------

+ [apeman][apeman_url]
+ [apeman-cmd-labo][apeman_cmd_labo_url]

[apeman_url]: http://github.com/apeman-labo/apeman
[apeman_cmd_labo_url]: http://github.com/apeman-cmd-labo

<!-- Links End -->

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