apeman-proto-log

Prototype for projects with log

Usage no npm install needed!

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

README

apeman-proto-log

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for projects with log

Installation

$ npm install apeman-proto-log --save

Usage

'use strict'

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

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-log
version 2.0.1
description Prototype for projects with log

$proto

$tasks

Name Description
log:clean Clean up logs.
log:mkdir Generate directories for a project with log.

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links