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

https://github.com/4lessandrodev/bootcamp-igti-fs

Whrite and read on json files with fs node module
https://github.com/4lessandrodev/bootcamp-igti-fs

Last synced: 10 months ago
JSON representation

Whrite and read on json files with fs node module

Awesome Lists containing this project

README

          

# Funções com File System

- Criar um novo arquivo json
- Escrever em um arquivo json
- Ler um arquivo json
- Excluir um arquivo
- Verificar se um arquivo existe

`$ git clone https://github.com/ALESSANDROLMENEZES/bootcamp-igti-fs.git`

`$ cd bootcamp-igti-fs`

`$ npm install`

`$ npm run test:cov`

###### Você pode executar o arquivo index.js

`node index.js`

[![Resultado dos testes](./tests/Result.jpg "Resultado dos testes")](./tests/Result.jpg "Resultado dos testes")