apeman-proto-dply

Prototype for project with deploy.

Usage no npm install needed!

<script type="module">
  import apemanProtoDply from 'https://cdn.skypack.dev/apeman-proto-dply';
</script>

README

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