2.0.1 • Published 9 years ago
apeman-proto-captcha v2.0.1
apeman-proto-captcha
Prototype for project with captcha.
Installation
$ npm install apeman-proto-captcha --save
Usage
/** This is an example Apemanfile.js */
'use strict'
module.exports = {
$ctx: {
// Project context
tmpDir: `tmp`
},
$pkg: { /* ... */ },
$proto: [
// Inherit apeman-proto-captcha project.
require('apeman-proto-captcha')
],
$tmpls: { /* ... */ },
$tasks: { /* ... */ }
}
Apemanfile Configurations
$pkg
Name | Value |
---|---|
name | apeman-proto-captcha |
version | 2.0.1 |
description | Prototype for project with captcha. |
$proto
$tasks
Name | Description |
---|---|
captcha:gen | Generate captcha images |
$needs
Bin | How to install |
---|---|
apeman | npm install -g apeman |
License
This software is released under the MIT License.