1.0.2 • Published 10 years ago

apeman-proto-wiki v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

apeman-proto-wiki

Build Status Code Climate Code Coverage npm Version

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

NameValue
nameapeman-proto-wiki
version2.0.0
descriptionPrototype for project with wiki.

$proto

$tasks

NameDescription
wiki:mkdirGenerate directories for wiki.
wiki:pushPush wiki contents to remote.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago