apeman-proto-subpack

Prototype for project with sub packages.

Usage no npm install needed!

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

README

apeman-proto-subpack

Build Status Code Climate Code Coverage npm Version

Prototype for project with sub packages.

Installation

$ npm install apeman-proto-subpack --save

Usage

/** This is an example Apemanfile.js */

'use strict'

module.exports = {
  $ctx: {
    // Project context
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-subpack project.
    require('apeman-proto-subpack')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-subpack
version 2.0.2
description Prototype for project with sub packages.

$proto

$tasks

Name Description
subpack:link Link sub packages

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links