apeman-proto-dply

3.0.0 • Public • Published

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

Name Value
name apeman-proto-dply
version 3.0.0
description Prototype for project with deploy.

$proto

$tasks

Name Description
dply:del Delete deploy.
dply:list Run apeman dply command.
dply:run Run deploy.

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-dply

Weekly Downloads

1

Version

3.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi