Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvrae/kanos
Kotlin plugin that optimizes your project's size
https://github.com/kvrae/kanos
android-library gradle kmp-library kotlin module plugin
Last synced: about 1 month ago
JSON representation
Kotlin plugin that optimizes your project's size
- Host: GitHub
- URL: https://github.com/kvrae/kanos
- Owner: KvRae
- License: mit
- Created: 2024-08-09T12:56:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T20:45:45.000Z (2 months ago)
- Last Synced: 2024-09-26T12:41:42.203Z (about 2 months ago)
- Topics: android-library, gradle, kmp-library, kotlin, module, plugin
- Language: Kotlin
- Homepage: http://kvrae.me/kanos/
- Size: 656 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# kanos
![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-purple?style=flat&logo=kotlin)
![Gradle](https://img.shields.io/badge/Gradle-7.1.1-cyan?style=flat&logo=gradle)
![Version](https://img.shields.io/badge/Version-0.1.0-blue?style=flat)
![License](https://img.shields.io/badge/License-Apache%202.0-red?style=flat)
![Status](https://img.shields.io/badge/Status-Development-green?style=flat)![Kanos](https://github.com/user-attachments/assets/9affdd79-79c4-4e1d-b6d6-f5098bb2c19e)
## Description
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.## Features
- 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.## Installation
To use Kanos in your project, add the following to your `build.gradle.kts` file:```kotlin
plugins {
id("com.kvrae.kanos:kanos") version "0.1.0-DEV"
}```
## Usage
To get the list of available commands, run the following command in your terminal:```shell
./gradlew kanos
```Run the following command in your terminal to delete half of your project's files:
```shell
./gradlew kanos --snap-fingers
```Run the following command in your terminal to delete all of your project's files:
```shell
./gradlew kanos --snap-hands
```## Contributing
If you want to contribute to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.