3.0.1 • Published 8 years ago

apeman-proto-infr v3.0.1

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

apeman-proto-infr

Build Status Code Climate Code Coverage npm Version

Prototype for project with infra.

Installation

$ npm install apeman-proto-infr --save

Usage

'use strict'

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

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-infr
version3.0.1
descriptionPrototype for project with infra.

$proto

$tasks

NameDescription
infr:buildBuild infra. Docker images will be build.
infr:delDelete infra. Docker images will removed.
infr:listRun apeman infr command.
infr:mkdirPrepare infra directory.
infr:renderRender infra directory files.

$wtchs

NameDescription
infr:render{"pattern":"infr/*/..bud"}

$needs

BinHow to install
apemannpm install -g apeman
dockerSee docker official guide

License

This software is released under the MIT License.

Links