2.0.1 • Published 10 years ago

apeman-proto-node v2.0.1

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

apeman-proto-node

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for projects with node deploy

Installation

$ npm install apeman-proto-node --save

Usage

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

'use strict'

module.exports = {
  $ctx: {
    /** Directory to deploy project on node container. */
    nodeMountDir: '/mnt/project'
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-node project.
    require('apeman-proto-node')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-node
version2.0.1
descriptionPrototype for projects with node deploy

$proto

$tmpls

PathForceModeTmplData
bin/node/.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"bin-no...
infr/node/.package.json.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"node-c...
infr/node/Dockerfilefalse'644'# Dockerfile for node.js # # Generate...{"params":{"type":"node"},"generator"...

$tasks

NameDescription
node:chmodChild file permission with node.
node:mkdirMake directories with node.
node:renderRender bud files.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.1

10 years ago

2.0.0

10 years ago

1.0.6

10 years ago

1.0.5

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