apeman-proto-dply

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