0.0.1 • Published 3 years ago

node-fn v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Node fn

Daily usage helper Functions for Node.js

npm

Installation

The latest version is available at: https://www.npmjs.com/package/node-fn

Use your favorite package manager to install. For instance:

  yarn add node-fn

Then import it:

import fn from 'node-fn'

Or, for commonjs:

const fn = require('node-fn')

Testing

Run the test suit with yarn test.

Contributing

If you want to contribute in any of theses ways:

  • Give your ideas or feedback
  • Question something
  • Point out a problem or issue
  • Enhance the code or its documentation
  • Help in any other way

You can (and should) open an issue or even a pull request!

Thanks for your interest in contributing to this repo!

Author

Luiz Felipe Zarco (felipezarco@hotmail.com)

License

This code is licensed under the MIT License. See the LICENSE.md file for more info.