apeman-proto-infr

Prototype for project with infra.

Usage no npm install needed!

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

README

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