https://github.com/rodrigowebdev/sicredi-cache-cleaner
Internal tool I developed to solve a recurring problem with the cache
https://github.com/rodrigowebdev/sicredi-cache-cleaner
Last synced: 7 months ago
JSON representation
Internal tool I developed to solve a recurring problem with the cache
- Host: GitHub
- URL: https://github.com/rodrigowebdev/sicredi-cache-cleaner
- Owner: RodrigoWebDev
- Created: 2020-03-19T15:20:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T15:33:37.000Z (almost 6 years ago)
- Last Synced: 2025-05-18T21:08:26.403Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sicred Cache Cleaner
## Instalação
* Clone ou descompacte os arquivos na raiz do projeto
* depois rode o seguinte comando no terminal
```
npm install
```
## Instruções
* Crie um atalho do app com o nome "sistemas"
* Abra o arquivo package.json e altere "C:/Users/rodri/Desktop" para o caminho da pasta onde esta o atalho que você criou
* Para limpar cache rode o seguinte comando dentro do terminal
```
npm run cache
```
Esse script vai fechar o app, apagar a pasta de cache e reabrir o app. SImples assim :)