electron-clear-data

Clears user data for your electron application.
Installation
To install, run:
yarn add electron-clear-data
Or:
npm install electron-clear-data
Usage
import { clearUserData } from 'electron-clear-data';
...
clearUserData();
Contributing
- Fork this repo
- Create your feature branch:
git checkout -b feat/my-feature
- Code your feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'feat: my feature'
- Push the branch
git push origin feat/my-feature
- Submit a pull request
License
See the LICENSE file for license rights and limitations (MIT).