apeman-proto-infr
v3.0.1
Published
Prototype for project with infra.
Downloads
12
Readme
apeman-proto-infr
Prototype for project with infra.
Installation
$ npm install apeman-proto-infr --saveUsage
'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.
