apeman-proto-infr
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
License
This software is released under the MIT License.
Links