Crates.io | kmmp-project-manager |
lib.rs | kmmp-project-manager |
version | 0.1.0 |
source | src |
created_at | 2023-07-05 10:49:21.607842 |
updated_at | 2023-07-05 10:49:21.607842 |
description | kmmp-project-manager is a Rust crate for Kotlin Multiplatform (KMP) projects, offering a lightweight alternative to Android Studio. It provides tools for project creation, structure management, build automation, code generation, IDE integration, dependency management, and project configuration. |
homepage | https://github.com/Deaths-Door/kmmp-project-manager |
repository | https://github.com/Deaths-Door/kmmp-project-managere |
max_upload_size | |
id | 908857 |
size | 56,222 |
kmmp-project-manager is a Rust crate for Kotlin Multiplatform (KMP) projects, offering a lightweight alternative to Android Studio. It provides tools for project creation, structure management, build automation, code generation, IDE integration, dependency management, and project configuration.
generate
: Enables the generatation of the kmmp-project.Add this to your Cargo.toml
for default features:
[dependencies]
kmmp-project-manager= "0.1.0" # Note version at time of writing
... todo add comment to generation and general libs
//TODO add project includes module block settings gradle ///todo generate localproperties file //todo //.. android manifest , resources , images , defualt files , code generate , add in module struct //todo add root.build.gradle.kts to generatation // todo add comments to it // todo add manifests
Please note that the examples provided here are simplified and serve as a starting point. For comprehensive documentation of the crate, please visit the crate documentation for a better understanding of the crate's functionalities and APIs.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.