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
- Host: GitHub
- URL: https://github.com/4lessandrodev/bootcamp-igti-fs
- Owner: 4lessandrodev
- Created: 2020-10-03T17:04:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T19:21:01.000Z (about 5 years ago)
- Last Synced: 2025-01-07T14:25:05.559Z (12 months ago)
- Language: HTML
- Size: 227 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
[](./tests/Result.jpg "Resultado dos testes")