apeman-proto-captcha

Prototype for project with captcha.

Usage no npm install needed!

<script type="module">
  import apemanProtoCaptcha from 'https://cdn.skypack.dev/apeman-proto-captcha';
</script>

README

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