Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

apeman-proto-browserlib

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apeman-proto-browserlib

Prototype for browser lib projects.

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
1
Created
Source

apeman-proto-browserlib

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for browser lib projects.

Installation

$ npm install apeman-proto-browserlib --save

Usage

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

'use strict'

module.exports = {
    $ctx: {
        // Project context
    },
    $pkg: {/* ... */},
    $proto: [
        // Inherit apeman-proto-browserlib project.
        require('apeman-proto-browserlib')
    ],
    $tmpls: {/* ... */},
    $tasks: {/* ... */}
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-browserlib
version2.0.3
descriptionPrototype for browser lib projects.

$proto

$tasks

NameDescription
browserlib:mkdirGenerate directories for browserlib.
browserlib:renderRender coz bud files.
browserlib:test["mocha:run"]
fs:chmodChange file permissions.
fs:mkdirGenerate directories.
fs:sweepRemove empty directories.
fs:unlink
mocha:mkdirGenerate directories for project with mocha.
mocha:renderRender files for project with mocha.
mocha:runRun mocha tests.
test:mkdirGenerate directories.
test:renderRender coz bud files.

$wtchs

NameDescription
browserlib.render{"pattern":"+(tests)/**/.*.bud"}
test:render{"pattern":["test/**/.*.bud"]}

$needs

BinHow to install
apemannpm install -g apeman
mochanpm install -g mocha

License

This software is released under the MIT License.

Keywords

apeman

FAQs

Package last updated on 30 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts