Kanos is a simple and lightweight plugin that reduce your project size by deleting half or all of your project's files.
Yes!, you read it right, half of your project's files. Forget about bugs, errors, and crashes, Kanos is the solution for you.
When you get mad debugging your project, and you don't know what to do, just use Kanos and your project will be fixed.
Start fresh, start new, use Kanos and your project will be like new. Kanos is the best library for you, headaches are gone with Kanos.
- Reduce your project size by deleting half of your project's files.
- Wipes out all your project's files in case you want to start fresh.
To use Kanos in your project, add the following to your build.gradle.kts
file:
plugins {
id("com.kvrae.kanos:kanos") version "0.1.0-DEV"
}
To get the list of available commands, run the following command in your terminal:
./gradlew kanos
Run the following command in your terminal to delete half of your project's files:
./gradlew kanos --snap-fingers
Run the following command in your terminal to delete all of your project's files:
./gradlew kanos --snap-hands
If you want to contribute to this project, please read the CONTRIBUTING.md file.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.