2.0.1 • Published 9 years ago

apeman-proto-mysql v2.0.1

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

apeman-proto-mysql

Build Status Code Climate Code Coverage npm Version

Prototype for project with mysql

Installation

$ npm install apeman-proto-mysql --save

Usage

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

'use strict'

module.exports = {
  $ctx: {
    /** Password for mysql root account */
    mysqlRootPassword: 'asd8asdfa08'
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-mysql project.
    require('apeman-proto-mysql')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-mysql
version2.0.1
descriptionPrototype for project with mysql

$proto

$tmpls

PathForceModeTmplData
bin/mysql/.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"bin-my...
infr/mysql/Dockerfilefalse'644'# Dockerfile for mysql # # Generated ...{"params":{"type":"mysql"},"generator...

$tasks

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

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links