https://github.com/digipolitan/polymorph-android-gen
https://github.com/digipolitan/polymorph-android-gen
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digipolitan/polymorph-android-gen
- Owner: Digipolitan
- License: bsd-3-clause
- Created: 2017-09-19T14:26:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T20:11:43.000Z (over 7 years ago)
- Last Synced: 2025-01-17T00:20:12.961Z (4 months ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
PolymorphAndroidGen
=================================[](https://swift.org/package-manager/)
[](http://twitter.com/Digipolitan)String extension to write camelCase string and snakeCase string
## Installation
### SPM
To install PolymorphAndroidGen with SwiftPackageManager, add the following lines to your `Package.swift`.
```swift
let package = Package(
name: "XXX",
products: [
.library(
name: "XXX",
targets: ["XXX"]),
],
dependencies: [
.package(url: "https://github.com/Digipolitan/polymorph-android-gen.git", .branch("master"))
],
targets: [
.target(
name: "XXX",
dependencies: ["PolymorphAndroidGen"])
]
)
```## The Basics
Android implementation of [PlatformGen](https://github.com/Digipolitan/polymorph-gen)
- Empty generation## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!
This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report
unacceptable behavior to [[email protected]](mailto:[email protected]).## License
PolymorphAndroidGen is licensed under the [BSD 3-Clause license](LICENSE).