3.0.2 • Published 8 years ago

apeman-proto-public v3.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago