helpers/helper-compile-async

Name: helper-compile-async

Owner: Helpers

Description: Convenience method to compile async helpers and add common functionality to use with async-helpers.

Created: 2017-02-06 03:08:13.0

Updated: 2017-08-16 20:19:17.0

Pushed: 2017-02-06 03:08:42.0

Homepage: https://github.com/helpers/helper-compile-async

Size: 10

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

helper-compile-async NPM version NPM monthly downloads NPM total downloads Linux Build Status

Convenience method to compile async helpers and add common functionality to use with async-helpers.

Install

Install with npm:

m install --save helper-compile-async
Usage
compile = require('helper-compile-async');
API
compile

Compile a helper function to add convenience methods for working with async-helpers.

Params

Example

nsures that asyncHelpers.resolveIds is called on the
endered content from `options.fn` before returning
helper = compile(function(options, cb) {
turn options.fn(this, cb);

About
Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Please read the contributing guide for advice on opening issues, pull requests, and coding standards.

Building docs

(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)

To generate the readme, run the following command:

m install -g verbose/verb#dev verb-generate-readme && verb
Running tests

Install dev dependencies:

m install && npm test
Author

Brian Woodward

License

Copyright © 2017, Brian Woodward. MIT


This file was generated by verb-generate-readme, v0.4.2, on February 05, 2017.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.