3.0.1 • Published 9 years ago

apeman-task-infr v3.0.1

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

apeman-task-infr

Build Status Code Climate Code Coverage npm Version JS Standard

apeman task to run apeman infra command.

Installation

$ npm install apeman-task-infr --save-dev

Usage

  1. Define a task within Apemanfile.js
  2. 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
NameTypeDefaultDescription
optionsobjectOptional settings.

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

10 years ago