apeman-task-dropdb

2.0.7 • Public • Published

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
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-dropdb

Weekly Downloads

2

Version

2.0.7

License

MIT

Last publish

Collaborators

  • okunishinishi