apeman-proto-wiki

2.0.0 • Public • Published

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

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.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-wiki

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi