Skip to content

Commit

Permalink
Merge pull request #15 from warengonzaga/dev
Browse files Browse the repository at this point in the history
🚀 RELEASE: v4.5.0 Update
  • Loading branch information
warengonzaga authored Apr 17, 2022
2 parents dcaba96 + 3bb60d9 commit fd34307
Show file tree
Hide file tree
Showing 19 changed files with 4,692 additions and 3,254 deletions.
Binary file added .github/ASSETS/screenshot_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Support WRN Cleaner by using the funding links below
# Support me by using the funding links below
# Developed and Maintained by Waren Gonzaga

issuehunt: WarenGonzaga/wrn-cleaner
custom: ['https://wrngnz.ga/bmc','https://wrngnz.ga/paypal']
custom: ['https://warengonzaga.com/donate']

# Your donation means a lot to me to continue the development of open source project like this.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# nodejs
node_modules

# yarn2
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# misc
prod
768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.1.1.cjs
nodeLinker: node-modules
83 changes: 83 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.

Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [opensource@warengonzaga.com](mailto:opensource@warengonzaga.com). All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series of actions.

**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at [https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0].

Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC].

For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations].

[homepage]: https://www.contributor-covenant.org
[v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 🎯 Contributing to WRN Cleaner

Any contributions are welcome, encouraged, and valued. See the following information below for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for me as maintainer and smooth out the experience for all involved. The community looks forward to your contributions. 🎉✌✨

## 📋 Code of Conduct

This project and everyone participating in it is governed by the **WRN Cleaner** [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to <opensource@warengonzaga.com>.

## 💖 How to Contribute

There are many ways to contribute to this open source project. Any contributions are welcome and appreciated. Be sure to read the details of each section for you to start contributing.

### 🧬 Development

If you can write a code then create a pull request to this repo and I will review your code. Please consider to submit your pull request to the ```dev``` branch. I will auto reject if you submit your pull request to the ```main``` branch.

### 📖 Documentation

(coming soon)

### 🐞 Reporting Bugs

For any security bugs or issues, please read the [security policy](./SECURITY.md).

---

💻💖☕ by [Waren Gonzaga](https://warengonzaga.com) | [YHWH](https://youtu.be/HHrxS4diLew?t=44) 🙏
75 changes: 36 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,64 @@
# WRN Cleaner
# WRN Cleaner [![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev)

[![by Waren Gonzaga](https://img.shields.io/badge/by-Waren%20Gonzaga-blue.svg?longCache=true&style=flat-square)](https://bmc.xyz/warengonzaga) ![Version](https://img.shields.io/github/release/WarenGonzaga/wrn-cleaner.svg?style=flat-square) ![Downloads](https://img.shields.io/github/downloads/warengonzaga/wrn-cleaner/total?style=flat-square) ![Stars](https://img.shields.io/github/stars/WarenGonzaga/wrn-cleaner.svg?style=flat-square) ![License](https://img.shields.io/github/license/WarenGonzaga/wrn-cleaner.svg?style=flat-square)
[![created by](https://img.shields.io/badge/created%20by-Waren%20Gonzaga-blue.svg?longCache=true&style=flat-square)](https://github.com/warengonzaga) [![release](https://img.shields.io/github/release/warengonzaga/wrn-cleaner.svg?style=flat-square)](https://github.com/warengonzaga/wrn-cleaner/releases) [![star](https://img.shields.io/github/stars/warengonzaga/wrn-cleaner.svg?style=flat-square)](https://github.com/warengonzaga/wrn-cleaner/stargazers) [![license](https://img.shields.io/github/license/warengonzaga/wrn-cleaner.svg?style=flat-square)](https://github.com/warengonzaga/wrn-cleaner/blob/main/license)

All-In-One Batch Script PC Maintenance and Cleaner for Windows PC
> 📢 Nominate ([@WarenGonzaga](https://warengonzaga.com)) as **[GitHub Star](https://stars.github.com/nominate)**. If you appreciate his hardwork and dedication to open source.
## Documentation

> The complete documentation can be found here:
> **[docs.warengonzaga.com/wrn-cleaner](https://docs.warengonzaga.com/wrn-cleaner)**
---

## Features
![screenshot](.github/ASSETS/screenshot_01.png)

* Defragment
* DiskClean
* Windows Error Log Cleaner
* Recycle Bin Cleaner
* Clean Temp Folder
* Clean Prefetch Folder
* System File Checker
* Auto Shutdown and Reboot When Done
A maintenance tool that can automatically or manually clean up your Windows machine in a simple and reliable way. It is designed specifically for Windows machine only. The motivation behind this project is to clean up Windows machine in an automated way with pre-configured optimization techniques. 😉💻🧹

## Usage
## ⚡ Features

Download the repository and look for **``"wrn_cleaner-vX.X.X.bat"``** file and open it and run as administrator. All you have to do is to follow the on-screen instructions.
- Defragment (HDD)
- Retrim (SSD)
- DiskClean
- Windows Error Log Cleaner
- Recycle Bin Cleaner
- Clean Temp Folder
- Clean Prefetch Folder
- System File Checker
- Auto Shutdown and Reboot When Done

## White Label / Personalize / Custom
## 🕹️ Usage

* Download the repository
* Do **``"npm install"``** and **``"npm install gulp-cli -g && npm install gulp -D"``**
* After that, edit the **``"./src/config.json"``** file for your customization or personalization.
* When you think you are satisfy, just do **``"gulp build"``** or **``"gulp"``** to initiate the building process.
* If you want to reset the building process just do **``"gulp cleandev"``**.
Download the repository and look for **``"wrn_cleaner-vX.X.X.bat"``** file and open it and run as administrator. All you have to do is to follow the on-screen instructions.

## Contributing
Learn more: _[docs.warengonzaga.com/wrn-cleaner](https://docs.warengonzaga.com/wrn-cleaner)_

Contributions are welcome, create a pull request to this repo and I will review your code. Please consider to submit your pull request to the ```dev``` branch. Thank you!
## 🎯 Contributing

## Issues
Contributions are welcome, create a pull request to this repo and I will review your code. Please consider to submit your pull request to the `dev` branch. Thank you!

If you're facing a problem in using WRN Cleaner please let me know by creating an issue in this github repository. I'm happy to help you! Don't forget to provide me some screenshot or error codes of it, thank you!
Read the project's [contributing guide](./CONTRIBUTING.md) for more info.

## Supporters
## 🐛 Issues

[![Vercel](https://wrngnz.ga/badge-vercel)](https://vercel.com) [![GitBook](https://wrngnz.ga/badge-gitbook)](https://gitbook.io)
Please report any issues and bugs by [creating a new issue here](https://github.com/warengonzaga/wrn-cleaner/issues/new/choose), also make sure you're reporting an issue that doesn't exist. Any help to improve the project would be appreciated. Thanks! 🙏✨

and you... [buy me a coffee](https://bmc.xyz/warengonzaga) if you love what I do!
## 🍀 Sponsors and Supporters

## Community
> Love what I do? **[Send me some coffees](https://warengonzaga.com/donate)**! ☕☕☕
>
> Can't send coffees? 😥 Nominate me for a **[GitHub Star](https://stars.github.com/nominate)** instead!
> Your coffee donation and support will help me to continue working on open-source projects like this. 🙏😇
Wanna see other projects I made? Join today!
## 📋 Code of Conduct

[![Community](https://discordapp.com/api/guilds/659684980137656340/widget.png?style=banner3)](https://wrngnz.ga/discord)
Read the project's [code of conduct](./CODE_OF_CONDUCT.md).

## License
## 📃 License

WRN Cleaner is licensed under [GNU General Public License v3](https://opensource.org/licenses/GPL-3.0).

## Author
## 📝 Author

WRN Cleaner is Developed and Maintained by **[Waren Gonzaga](https://github.com/warengonzaga)**
WRN Cleaner is created by **[Waren Gonzaga](https://github.com/warengonzaga)**, with the help of awesome [contributors](https://github.com/warengonzaga/wrn-cleaner/graphs/contributors).

[![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?&style=flat-square&logo=facebook&logoColor=white)](https://facebook.com/warengonzagaofficial) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?&style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/warengonzaga) [![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?&style=flat-square&logo=linkedin&logoColor=white)](https://linkedin.com/in/warengonzagaofficial) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?&style=flat-square&logo=youtube&logoColor=white)](https://youtube.com/warengonzaga) [![DEV](https://img.shields.io/badge/DEV-%23000000.svg?&style=flat-square&logo=dev.to&logoColor=white)](https://dev.to/warengonzaga) [![BMC](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-%23FFDD00.svg?&style=flat-square&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoff.ee/warengonzaga)
[![contributors](https://contrib.rocks/image?repo=warengonzaga/wrn-cleaner)](https://github.com/warengonzaga/wrn-cleaner/graphs/contributors)

---

💻 Made with 💖 and ☕ by Waren Gonzaga with **YHWH** 🙏
💻💖☕ by [Waren Gonzaga](https://warengonzaga.com) | [YHWH](https://youtu.be/HHrxS4diLew?t=44) 🙏
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# WRN Cleaner [![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev)

If you discover any security related issue in this repository or in this project, please contact me with this email [security@warengonzaga.com](mailto:security@warengonzaga.com) or [submit a vulnerability report](https://huntr.dev/bounties/disclose/) via [huntr.dev](https://huntr.dev).

Thanks for helping me making my open-source projects safe for everyone, I really appreciate it.

---

💻💖☕ by [Waren Gonzaga](https://warengonzaga.com) | [YHWH](https://youtu.be/HHrxS4diLew?t=44) 🙏
25 changes: 12 additions & 13 deletions dist/wrn-cleaner-4.0.0.bat → dist/wrn-cleaner-4.5.0.bat
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
REM =============================
REM WRN Cleaner - https://github.com/WarenGonzaga/wrn-cleaner
REM An open source best all-in-one Windows PC cleaner.
REM Version: 4.0.0
REM Github: https://github.com/WarenGonzaga/wrn-cleaner
REM Licensed Under The MIT License: http://opensource.org/licenses/MIT
REM Copyright (c) 2021 Waren Gonzaga
REM WRN Cleaner - https://github.com/warengonzaga/wrn-cleaner
REM A maintenance tool that can automatically or manually clean up your Windows machine in a simple and reliable way.
REM Version: 4.5.0
REM Github: https://github.com/warengonzaga/wrn-cleaner
REM Licensed under GNU General Public License v3: https://opensource.org/licenses/GPL-3.0
REM Copyright (c) 2022 Waren Gonzaga
REM
REM Facebook: @warengonzagaofficial
REM Twitter: @warengonzaga
REM Github: @warengonzaga
REM Website: warengonzaga.com
REM
REM Donate or Support!
REM https://buymeacoff.ee/warengonzaga
REM https://warengonzaga.com/donate
REM =============================

cls
Expand All @@ -21,14 +20,14 @@ REM =============================
REM Setup Variables
REM =============================
set appname=WRN
set appvers=4.0.0
set appstat=Beta
set appvers=4.5.0
set appstat=Stable
set dev=Waren Gonzaga
set desc=An open source best all-in-one Windows PC cleaner.
set desc=A maintenance tool that can automatically or manually clean up your Windows machine in a simple and reliable way.
set uicolor=a
set infouicolor=b
set erruicolor=c
set cliN=$%appname%Cleaner
set cliN=%appname%Cleaner$
set divider======================================
title %appname% PC Cleaner %appvers% - %appstat%

Expand Down Expand Up @@ -174,7 +173,7 @@ echo # %divider%
echo # Running...
echo #
ping localhost -n 2 >NUL
defrag /C /U /V
defrag /c /o /u /v /h
timeout /t 3 /nobreak> null
goto aSystemFileChecker

Expand Down
9 changes: 4 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const header = require("gulp-header");
// gulp paths
const path = {
build: "./dist",
source: "./source"
source: "./src"
};

// white label & copyright label
Expand All @@ -34,7 +34,7 @@ const whtlbldata = {
'set uicolor=<%= uicolor %>',
'set infouicolor=<%= infouicolor %>',
'set erruicolor=<%= erruicolor %>',
'set cliN=$%appname%Cleaner\n',
'set cliN=%appname%Cleaner$\n',
].join('\n'),
}
const copydata = {
Expand All @@ -44,16 +44,15 @@ const copydata = {
'REM <%= description %>',
'REM Version: <%= version %>',
'REM Github: <%= github %>',
'REM Licensed Under The MIT License: http://opensource.org/licenses/MIT',
'REM Licensed under GNU General Public License v3: https://opensource.org/licenses/GPL-3.0',
'REM Copyright (c) <%= new Date().getFullYear() %> <%= author %>',
'REM ',
'REM Facebook: @warengonzagaofficial',
'REM Twitter: @warengonzaga',
'REM Github: @warengonzaga',
'REM Website: warengonzaga.com',
'REM ',
'REM Donate or Support!',
'REM https://buymeacoff.ee/warengonzaga',
'REM https://warengonzaga.com/donate',
'REM =============================\n\n',
].join('\n'),
};
Expand Down
Loading

0 comments on commit fd34307

Please sign in to comment.