apeman-proto-mail

Prototype of project with mail.

Usage no npm install needed!

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

README

apeman-proto-mail

Build Status Code Climate Code Coverage npm Version

Prototype of project with mail.

Installation

$ npm install apeman-proto-mail --save

Usage

/** This is an example Apemanfile.js */

'use strict'

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

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-mail
version 2.0.0
description Prototype of project with mail.

$proto

$tmpls

Path Force Mode Tmpl Data
mail/index.js false '644' /** * Mail module. * * Generated b... {"params":{},"generator":"apeman-tmpl...
mail/templates/.hbs.bud false '644' #!/usr/bin/env node /** * Bud file ... {"year":2016,"params":{"type":"mailTe...
mail/triggers/.trigger.js.bud false '644' #!/usr/bin/env node /** * Bud file ... {"year":2016,"params":{"type":"mailTr...

$tasks

Name Description
mail:mkdir Prepare mail directories.
mail:render Render mail directory files.

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links