apeman-task-infr
v3.0.1
Published
apeman task to run apeman infra command.
Downloads
5
Readme
apeman-task-infr
apeman task to run apeman infra command.
Installation
$ npm install apeman-task-infr --save-dev
Usage
- Define a task within Apemanfile.js
- Call the task via apeman task command.
Apemanfile.js
/** This is an example Apemanfile to use apeman-task-infra */
'use strict'
module.exports = {
$pkg: { /*...*/},
$infrs: {
'my-node-infra': `./infra/node/Dockerfile`
},
$tasks: {
'infra:build': require('apeman-task-infra')({
})
}
}
Then,
$ apeman task infra:build
Signature
apemanTaskInfra(options) -> function
apeman task to run apeman infra command.
Args
| Name | Type | Default | Description | | --- | ---- | --- | --- | | options | object | | Optional settings. |
License
This software is released under the MIT License.