apeman-proto-wiki

Prototype for project with wiki.

Usage no npm install needed!

<script type="module">
  import apemanProtoWiki from 'https://cdn.skypack.dev/apeman-proto-wiki';
</script>

README

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