2.0.0 • Published 9 years ago

apeman-proto-mail v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

NameValue
nameapeman-proto-mail
version2.0.0
descriptionPrototype of project with mail.

$proto

$tmpls

PathForceModeTmplData
mail/index.jsfalse'644'/** * Mail module. * * Generated b...{"params":{},"generator":"apeman-tmpl...
mail/templates/.hbs.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"mailTe...
mail/triggers/.trigger.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"mailTr...

$tasks

NameDescription
mail:mkdirPrepare mail directories.
mail:renderRender mail directory files.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links