apeman-proto-public

Prototype for project with public files.

Usage no npm install needed!

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

README

apeman-proto-public

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for project with public files.

Installation

$ npm install apeman-proto-public --save

Usage

'use strict'

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

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-public
version 3.0.2
description Prototype for project with public files.

$proto

$apps

Name Description
public:static Serve static files.

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links