3.0.2 • Published 9 years ago
apeman-proto-public v3.0.2
apeman-proto-public
Prototype for project with public files.
Installation
$ npm install apeman-proto-public --saveUsage
'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.