apeman-proto-wiki
v2.0.0
Published
Prototype for project with wiki.
Downloads
4
Readme
apeman-proto-wiki
Prototype for project with wiki.
Installation
$ npm install apeman-proto-wiki --save
Usage
'use strict'
module.exports = {
$pkg: { /* ... */ },
$proto: [
// Inherit apeman-proto-wiki project.
require('apeman-proto-wiki')
],
$tmpls: { /* ... */ },
$tasks: { /* ... */ }
}
Apemanfile Configurations
$pkg
| Name | Value | | --- | ---- | | name | apeman-proto-wiki | | version | 2.0.0 | | description | Prototype for project with wiki. |
$proto
$tasks
| Name | Description | | ---- | --- | | wiki:mkdir | Generate directories for wiki. | | wiki:push | Push wiki contents to remote. |
$needs
| Bin | How to install |
| --- | ----- |
| apeman | npm install -g apeman
|
License
This software is released under the MIT License.