An open API service indexing awesome lists of open source software.

https://github.com/albericod/read-translate-write

reading files, translation, recording
https://github.com/albericod/read-translate-write

nodejs readfile tradutor writefile

Last synced: about 1 month ago
JSON representation

reading files, translation, recording

Awesome Lists containing this project

README

          

# read-translate-write

Generated by [OSS Project Generator](http://bit.ly/generator-oss-project).

[![Build Status](https://travis-ci.org/AlbericoD/Read-Translate-Write.svg?branch=master)](https://travis-ci.org/AlbericoD/Read-Translate-Write)
[![Build status](https://ci.appveyor.com/api/projects/status/2kt108hjmma2spxn?svg=true)](https://ci.appveyor.com/project/AlbericoD/read-translate-write)

[![Coverage Status](https://coveralls.io/repos/github/AlbericoD/Read-Translate-Write/badge.svg?branch=master)](https://coveralls.io/github/AlbericoD/Read-Translate-Write?branch=master)
[![NPM Version][npm-badge]][npm-url]
[![License][license-badge]][license-url]

> reading txt files, translation, recording

# Installation

Install package

```bash
$ npm install --save read-translate-write
```

# Usage

Say `It works!`

```js
const lib = require('read-translate-write');
let files = lib.leDiretorios(`${__dirname}/../npc/`);

console.log(files);
```

# Development

* Cloning the repo

```bash
$ git clone https://github.com/AlbericoD/read-translate-write.git
```

* Installing dependencies

```bash
$ npm install
```

* Running scripts

| Action | Usage |
| ---------------------------------------- | ------------------- |
| Starting development mode | `npm start` |
| Linting code | `npm run lint` |
| Running unit tests | `npm run jest` |
| Running code coverage | `npm run coverage` |
| Running lint + tests | `npm test` |
| Sending coverage results to Coveralls.io | `npm run coveralls` |

# Author

[Alberico Dias Barreto Filho](https://twitter.com/AlbericoD)

# License

[MIT](https://github.com/AlbericoD/read-translate-write/blob/master/LICENSE)

[travis-badge]: https://travis-ci.org/AlbericoD/read-translate-write.svg?branch=master
[travis-url]: https://travis-ci.org/AlbericoD/read-translate-write
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/AlbericoD/read-translate-write?branch=master&svg=true
[appveyor-url]: https://ci.appveyor.com/project/AlbericoD/read-translate-write
[circleci-badge]: https://circleci.com/gh/AlbericoD/read-translate-write/tree/master.svg?style=shield
[circleci-url]: https://circleci.com/gh/AlbericoD/read-translate-write
[coveralls-badge]: https://coveralls.io/repos/github/AlbericoD/read-translate-write/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/AlbericoD/read-translate-write?branch=master
[npm-badge]: https://img.shields.io/npm/v/read-translate-write.svg
[npm-url]: https://www.npmjs.com/package/read-translate-write
[license-badge]: https://img.shields.io/github/license/AlbericoD/read-translate-write.svg
[license-url]: https://opensource.org/licenses/MIT