3.0.2 • Published 9 years ago

apeman-proto-public v3.0.2

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

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

NameValue
nameapeman-proto-public
version3.0.2
descriptionPrototype for project with public files.

$proto

$apps

NameDescription
public:staticServe static files.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.4

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