# lamed_io [![npm](https://img.shields.io/npm/v/lamed_io.svg)](https://www.npmjs.org/package/lamed_io)
[![Build Status](https://travis-ci.org/perezLamed/lamed_io.svg?branch=master)](https://travis-ci.org/perezLamed/lamed_io)
[![codecov](https://codecov.io/gh/perezLamed/lamed_io/branch/master/graph/badge.svg)](https://codecov.io/gh/perezLamed/lamed_io)
[![CodeFactor](https://www.codefactor.io/repository/github/perezLamed/lamed_io/badge)](https://www.codefactor.io/repository/github/perezLamed/lamed_io)
[![Code size](https://img.shields.io/github/languages/code-size/perezLamed/lamed_io.svg?style=flat)](https://github.com/perezLamed/lamed_io)
[![downloads](http://img.shields.io/npm/dt/lamed_io.svg?style=flat)](https://www.npmjs.org/package/lamed_io)
[![license](https://img.shields.io/github/license/perezLamed/lamed_io.svg?style=flat)](https://github.com/perezLamed/lamed_io)

IO functions 

## User story
>- **AS A** <u>"JavaScript developer"</u> 
>- **I WANT TO** <u>"filesystem operations like read and write in one place"</u> 
>- **SO THAT I CAN** <u>"it is usable and maintainable across projects"</u>
- Part of [See it Done](https://github.com/perezLamed/see_it_done/blob/master/docs/Dashboard.md) project.

<details>
  <summary> <b>Project Dashboard</b>  </summary>
  
[![NPM](https://nodei.co/npm/lamed_io.png?downloads=true&downloadRank=true)](https://nodei.co/npm/lamed_io/)
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

![Build History](https://buildstats.info/travisci/chart/perezLamed/lamed_io)

**Releases:**
[![npm](https://img.shields.io/npm/v/lamed_io.svg)](https://www.npmjs.org/package/lamed_io)
[![Build Status](https://travis-ci.org/perezLamed/lamed_io.svg?branch=master)](https://travis-ci.org/perezLamed/lamed_io)
[![codecov](https://codecov.io/gh/perezLamed/lamed_io/branch/master/graph/badge.svg)](https://codecov.io/gh/perezLamed/lamed_io)
[![downloads](http://img.shields.io/npm/dt/lamed_io.svg?style=flat)](https://www.npmjs.org/package/lamed_io)
[![license](https://img.shields.io/github/license/perezLamed/lamed_io.svg?style=flat)](https://github.com/perezLamed/lamed_io)

**Quality:**
[![CodeFactor](https://www.codefactor.io/repository/github/perezLamed/lamed_io/badge)](https://www.codefactor.io/repository/github/perezLamed/lamed_io)
[![DeepScan grade](https://deepscan.io/api/teams/1597/projects/4474/branches/36076/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=1597&pid=4474&bid=36076)
[![Known Vulnerabilities](https://snyk.io/test/github/perezLamed/lamed_io/badge.svg?targetFile=package.json)](https://snyk.io/test/github/perezLamed/lamed_io?targetFile=package.json)
[![dependencies Status](https://david-dm.org/perezLamed/lamed_io/status.svg)](https://david-dm.org/perezLamed/lamed_io)

**Development:**
[![open issues](https://img.shields.io/github/issues-raw/perezLamed/lamed_io.svg)](https://github.com/perezLamed/lamed_io/issues)
[![closed issues](https://img.shields.io/github/issues-closed-raw/perezLamed/lamed_io.svg)](https://github.com/perezLamed/lamed_io/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed)
[![last commit](https://img.shields.io/github/last-commit/perezLamed/lamed_io.svg)](https://github.com/perezLamed/lamed_io/graphs/commit-activity)
[![Maintenance](https://img.shields.io/maintenance/yes/2019.svg)](https://github.com/perezLamed/lamed_io/graphs/commit-activity)
[![commit activity](https://img.shields.io/github/commit-activity/m/perezLamed/lamed_io.svg)](https://github.com/perezLamed/lamed_io/graphs/contributors)

**Github:**
[![code size](https://img.shields.io/github/languages/code-size/perezLamed/lamed_io.svg)](http://npm.broofa.com/?q=lamed_io)
[![repo size](https://img.shields.io/github/repo-size/perezLamed/lamed_io.svg)](http://npm.broofa.com/?q=lamed_io)
[![Github releases](https://img.shields.io/github/downloads/perezLamed/lamed_io/total.svg)](https://github.com/perezLamed/lamed_io/releases)
[![HitCount](http://hits.dwyl.io/perezLamed/lamed_io.svg)](https://github.com/perezLamed/lamed_io/graphs/traffic)

</details>

<details>
  <summary> <b>Install</b>  </summary>

### [npm](https://www.npmjs.com/package/lamed_io)
`npm i lamed_io -s`

### yarn
`yarn add lamed_io`

## Usage
### Node
```
const _lio = require('lamed_io');
```
</details>

- [Function documentation](doc/functions.md)

---

>(This README file was generated by [https://github.com/perezlamed/lamed_readme](https://github.com/perezlamed/lamed_readme))
