3.0.3 • Published 9 years ago
apeman-srch v3.0.3
apeman-srch
Plugin search for apeman.
Installation
Install apeman-srch module via npm.
$ npm install apeman-srch -g
Usage
$ apeman-srch -t task "nodeunit"
CLI Options
$ apeman-srch -h
Usage: apeman-srch [options] [term...]
Search apeman modules.
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose Show verbose logs
-t, --type <type> Type to search.
Examples:
$ apeman-srch # List all available packages.
$ apeman-srch -t task # List all available task packages.
$ apeman-srch -t task "foo" # List all available task which match term "foo".
Available Types
- "app"
- "asset"
- "brws"
- "cmd"
- "bud"
- "demo"
- "react"
- "scff"
- "task"
- "tmpl"
- "proto"
Programmatic API
apeman-srch also provide programmatic API.
Firstly, install the module locally.
$ npm install apeman-srch --save-dev
Then,
'use strict'
const apemanSrch = require('apeman-srch')
apemanSrch('mocha', {
type: 'task'
}).then((result) => {
/* ... */
})
Programmatic Options
Key | Description | Default |
---|---|---|
verbose | Show verbose logs | |
type | Type to search. |
License
This software is released under the MIT License.
Links
3.0.3
9 years ago
3.0.2
9 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.1.9
9 years ago
1.1.8
9 years ago
1.1.7
9 years ago
1.1.6
9 years ago
1.1.5
9 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.1.0
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago