2.0.7 • Published 8 years ago

apeman-task-dropdb v2.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

apeman-task-dropdb

Build Status Code Climate Code Coverage npm Version JS Standard

apeman task to drop database.

Installation

$ npm install apeman-task-dropdb --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-dropdb */

'use strict'

module.exports = {
  $pkg: { /* ... */ },
  $tasks: {
    // Define your own task.
    'my-task-01': require('apeman-task-dropdb')({
      // Options
    })
  }
}

Then,

$ apeman task my-task-01

Signature

define(options) -> function

apeman task to drop database.

Args
NameTypeDefaultDescription
optionsobjectOptional settings.

License

This software is released under the MIT License.

Links

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

9 years ago