All Projects → dailymotion → kinta

dailymotion / kinta

Licence: MIT license
🛠️ Automate your mobile workflows in Kotlin 🛠️

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to kinta

quentier
Cross-platform desktop Evernote client
Stars: ✭ 115 (+187.5%)
Mutual labels:  application
iGap-iOS
iGap Client for iOS Source Code
Stars: ✭ 18 (-55%)
Mutual labels:  application
charcoal-app
Slim-based application (modules, routes / controllers and middlewares)
Stars: ✭ 13 (-67.5%)
Mutual labels:  application
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+250%)
Mutual labels:  application
neu-ipgw
东北大学校园网网关快速登录,更高效,更实用!
Stars: ✭ 19 (-52.5%)
Mutual labels:  application
market-monitor
Interactive app to monitor market using Python
Stars: ✭ 20 (-50%)
Mutual labels:  application
podhouse
The best way to listen to your favorite podcasts.
Stars: ✭ 39 (-2.5%)
Mutual labels:  application
Time-and-Attendance-Management-System
TMS is a full-stack website that maintains records of all employees with their personal information. It keeps track of hours worked by an employee on a particular project assigned to him. It maintains time sheets and generates detailed and summary reports of the employee time sheets. TMS also has an admin page, which can manage all the employees…
Stars: ✭ 46 (+15%)
Mutual labels:  application
figwrapper
Figwrapper is a script that fully integrates the Figma design tool (web version) into a complete app for Linux with local font support.
Stars: ✭ 13 (-67.5%)
Mutual labels:  application
fthx-bot
/色图 以图搜图 明日方舟关卡物品查询/基于mirai - Graia
Stars: ✭ 16 (-60%)
Mutual labels:  application
instatron
A simple Instagram desktop uploader & client app build with electron.Mobile Instagram on desktop!
Stars: ✭ 95 (+137.5%)
Mutual labels:  application
J-Curry
A Java library that enables applying Functional Programming concepts like currying and partial application for functions, also it supports types like Either, Try, etc... using RxJava 2 interfaces, compatible with Java 7 and above
Stars: ✭ 17 (-57.5%)
Mutual labels:  application
frontend-clean-architecture
React + TypeScript app built using the clean architecture principles in a more functional way · 🧼 🏛 🍪
Stars: ✭ 1,816 (+4440%)
Mutual labels:  application
Equinox
🌇 🌃 Create dynamic wallpapers for macOS.
Stars: ✭ 737 (+1742.5%)
Mutual labels:  application
Semantic-Line-SLNet
Official pytorch reimplementation for "Semantic Line Detection and Its Applications"
Stars: ✭ 24 (-40%)
Mutual labels:  application
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (+195%)
Mutual labels:  application
jpass
🔐 Password manager application with strong encryption (AES-256). [Java/Swing]
Stars: ✭ 129 (+222.5%)
Mutual labels:  application
argo
The administrative discovery interface for Stanford's Digital Object Registry
Stars: ✭ 19 (-52.5%)
Mutual labels:  application
RiddlesWorld
Hacktoberfest | Mobile app for riddles 😜
Stars: ✭ 13 (-67.5%)
Mutual labels:  application
headlines
[WIP] A simple news reading GUI app built in Rust
Stars: ✭ 92 (+130%)
Mutual labels:  application

kinta

See the project website for documentation and APIs.

Kinta is the swiss army knife for Mobile Apps automation. It helps you:

  • build your app
  • run your unit and UI tests
  • upload your app to the google play
  • upload screenshots, listing and changelogs to the google play
  • handle beta distribution and testers
  • manage translations, opening pull requests automatically
  • git housekeeping
  • and much more!

Kinta is 100% written in Kotlin and can run in your CI or on your laptop.

Work in progress

⚠️ Kinta is currently under heavy development. While it's working and used in production, the API might change at any time without warning.

Installation

Install kinta:

curl -s 'https://dailymotion.github.io/kinta/install.sh' |sh

source ~/.kinta/setup-environment.sh

Then inside your app repo:

kinta init

This will create a kintaSrc directory where you can tweak your workflows.

Integrations

Current integrations include:

  • Appcenter
  • Bitrise
  • Google Cloud Storage
  • Google Play
  • Jira
  • Transifex
  • Slack

Snapshots

You can install the latest build from the master branch with the following command:

curl -s 'https://dailymotion.github.io/kinta/install_snapshot.sh' |sh

If you have a kintaSrc project :

repositories {
    maven {
        url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
    }
}

dependencies {
    api("com.dailymotion.kinta:kinta-lib:0.1.XX-SNAPSHOT")
    implementation("com.dailymotion.kinta:kinta-workflows:0.1.X-SNAPSHOT")    
}

Contributing

Contributions and feedbacks are welcome. Please make sure to open an issue before starting working on something.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].