3.0.0 • Published 8 years ago

apeman-proto-dply v3.0.0

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

apeman-proto-dply

Build Status Code Climate Code Coverage npm Version

Prototype for project with deploy.

Installation

$ npm install apeman-proto-dply --save

Usage

'use strict'

module.exports = {
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-deploy project.
    require('apeman-proto-deploy')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-dply
version3.0.0
descriptionPrototype for project with deploy.

$proto

$tasks

NameDescription
dply:delDelete deploy.
dply:listRun apeman dply command.
dply:runRun deploy.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links