apeman-task-dropdb
v2.0.7
Published
apeman task to drop database.
Downloads
9
Readme
apeman-task-dropdb
apeman task to drop database.
Installation
$ npm install apeman-task-dropdb --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-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
| Name | Type | Default | Description | | --- | ---- | --- | --- | | options | object | | Optional settings. |
License
This software is released under the MIT License.