5.0.2 • Published 9 years ago

apeman-need v5.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

apeman-need

Build Status Code Climate Code Coverage npm Version JS Standard

Needs checker for apeman.

Installation

Install apeman-need module via npm.

$ npm install apeman-need -g

Usage

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

Apemanfile.js

/** Example of Apemanfile.js */

'use strict'

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

Then,

$ apeman-need
CLI Options
$ 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.

Programmatic API

apeman-need also provide programmatic API.

Firstly, install the module locally.

$ npm install apeman-need --save-dev

Then,

'use strict'

const apemanNeed = require('apeman-need')

apemanNeed({}).then(() => {
  /* ... */
})
Programmatic Options
KeyDescriptionDefault
configurationPathname of Apemanfile

License

This software is released under the MIT License.

Links

5.0.2

9 years ago

5.0.1

9 years ago

5.0.0

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago

2.0.3

9 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago