f_

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i f_

Weekly Downloads

21

Version

1.0.0

License

MIT

Last publish

Collaborators

  • opensoars