+45
| # afpf - Async Functional Programming Functions | ||
| [](https://npmjs.org/package/afpf) | ||
| [](https://npmjs.org/package/afpf) [](https://travis-ci.org/Prefinem/afpf) | ||
| [](https://codeclimate.com/github/Prefinem/afpf/maintainability) [](https://codeclimate.com/github/Prefinem/afpf/test_coverage) [](https://greenkeeper.io/) | ||
|    | ||
|   | ||
|   | ||
| afpf is a set of functions that make it easy to write functional scripts with async / await support | ||
| # NOTICE | ||
| These docs are awful. If you are interested in using one of the library and need some help, please create an issue and I will work on the docs for that first. Thanks | ||
| # Getting Started | ||
| ```js | ||
| const afpf = require('afpf'); | ||
| const fn1 = () => console.log('Function 1'); | ||
| const fn2 = () => console.log('Function 2'); | ||
| const run = afpf.pipe( | ||
| fn1, | ||
| fn2, | ||
| )(); | ||
| ``` | ||
| # Installation | ||
| yarn add afpf | ||
| or | ||
| npm i afpf | ||
| # Docs | ||
| [DOCS](https://github.com/Prefinem/afpf/blob/master/DOCS.md) |
+2
-2
@@ -35,3 +35,3 @@ { | ||
| "scripts": { | ||
| "build": "rm -rf dist && mkdir dist && cp package.json ./dist/package.json && cp -r src/* dist/", | ||
| "build": "./build.sh", | ||
| "clean": "yarn lint && yarn prettify", | ||
@@ -47,3 +47,3 @@ "docs": "jsdoc --configure .jsdoc.json --verbose", | ||
| }, | ||
| "version": "0.0.1" | ||
| "version": "0.0.2" | ||
| } |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
7761
28.77%8
14.29%1
-50%46
Infinity%