apeman-proto-captcha

2.0.1 • Public • Published

apeman-proto-captcha

Build Status Code Climate Code Coverage npm Version JS Standard

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.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-captcha

Weekly Downloads

7

Version

2.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi