4.1.5 • Published 9 years ago

apeman-show v4.1.5

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

apeman-show

Build Status Code Climate Code Coverage npm Version

show command module for apeman.

Overview

apeman-show shows data about Apemanfile configuration.

Installation

Install apeman-show module via npm.

$ npm install apeman-show -g

Usage

Runs apeman apeman-show command at your project root.

# Show build task defined in Apemanfile.js
$ apeman-show tasks build

Some properties in Apemanfile begins with $ ("$tasks", "$cwd"... ). But you can jus skip typing $, which is bash meta charactor and needs to be escaped. task will resollved to $task automatically.

CLI Options
$ apeman-show -h

  Usage: apeman-show [options] [keypath...] 

  Show apemanfile configuration.

  Options:

    -h, --help                           output usage information
    -V, --version                        output the version number
    -c, --configuration <configuration>  Pathname of Apemanfile
    -k, --keysonly                       Show keys only

Programmatic API

apeman-show also provide programmatic API.

Firstly, install the module locally.

$ npm install apeman-show --save-dev

Then,

'use strict'

const apemanShow = require('apeman-show')

apemanShow("tmpl", "ci/*", {
    keysonly: true
}).then(() => {
    /* ... */
})
Programmatic Options
KeyDescriptionDefault
configurationPathname of Apemanfile
keysonlyShow keys only

License

This software is released under the MIT License.

Links

4.1.5

9 years ago

4.1.4

9 years ago

4.1.3

9 years ago

4.1.2

9 years ago

4.1.1

9 years ago

4.0.0

9 years ago

3.0.4

10 years ago

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.11

10 years ago

2.0.10

10 years ago

2.0.9

10 years ago

2.0.8

10 years ago

2.0.7

10 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.2.0

10 years ago

1.1.10

10 years ago

1.1.9

10 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

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