apeman-proto-infr

3.0.1 • Public • Published

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

Name Value
name apeman-proto-infr
version 3.0.1
description Prototype for project with infra.

$proto

$tasks

Name Description
infr:build Build infra. Docker images will be build.
infr:del Delete infra. Docker images will removed.
infr:list Run apeman infr command.
infr:mkdir Prepare infra directory.
infr:render Render infra directory files.

$wtchs

Name Description
infr:render {"pattern":"infr/**/.*.bud"}

$needs

Bin How to install
apeman npm install -g apeman
docker See docker official guide

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-infr

Weekly Downloads

2

Version

3.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi