2.0.7 • Published 9 years ago

apeman-task-dropdb v2.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago