Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

Kotlin plugin that optimizes your project's size

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.