1.0.0 • Published 8 years ago

f_ v1.0.0

Weekly downloads
44
License
MIT
Repository
github
Last release
8 years ago

f_ (wip)

Async and modular application development made easy.

Build Status Coverage Status Inline docs Codacy Badge Code Climate Dependency Status devDependency Status


Install

npm install f_

Use

const f_ = require('f_');

let f_.getConstructor({
  function_flow: [
    {
      name: 'method1',
      function: function method1() {
        this.f_next();
      }
    },
    {
      name: 'method2',
      function: function method2() {
        this.f_next();
      }
    }
  ]
});

For more information, check out the full documentation here or the documentation generated by JSDoc here.

1.0.0

8 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago