2.0.1 • Published 9 years ago
apeman-proto-mysql

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
Name | Value |
---|
name | apeman-proto-mysql |
version | 2.0.1 |
description | Prototype for project with mysql |
$proto
$tmpls
Path | Force | Mode | Tmpl | Data |
---|
bin/mysql/.js.bud | false | '644' | #!/usr/bin/env node /** * Bud file ... | {"year":2016,"params":{"type":"bin-my... |
infr/mysql/Dockerfile | false | '644' | # Dockerfile for mysql # # Generated ... | {"params":{"type":"mysql"},"generator... |
$tasks
Name | Description |
---|
mysql:chmod | Child file permission with mysql. |
mysql:mkdir | Make directories with mysql. |
mysql:render | Render bud files. |
$needs
Bin | How to install |
---|
apeman | npm install -g apeman |
License
This software is released under the MIT License.
Links