apeman-task-noop

3.0.0 • Public • Published

apeman-task-noop

Build Status Code Climate Code Coverage npm Version JS Standard

apeman task to do nothing.

Installation

$ npm install apeman-task-noop --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-noop */
 
'use strict'
 
module.exports = {
    $pkg: {/* ... */},
    $tasks: {
        // Define your own task.
        'my-task-01': require('apeman-task-noop')({
            //Options
        })
    }
}

Then,

$ apeman task my-task-01

Signature

define(options) -> function

apeman task to do nothing.

Args
Name Type Default Description
options object Optional settings.

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-task-noop

Weekly Downloads

2

Version

3.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi