All Projects → gojuno → Commander

gojuno / Commander

Licence: apache-2.0
Set of reactive functions for cli tools like Swarmer and Composer.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Commander

Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-10.53%)
Mutual labels:  cli
Lambdalogs
A CLI tool to trace AWS Lambda calls over multiple CloudWatch log groups.
Stars: ✭ 18 (-5.26%)
Mutual labels:  cli
Ssh Helper
Easily manage your ssh config.
Stars: ✭ 19 (+0%)
Mutual labels:  cli
Apk Mitm
🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
Stars: ✭ 893 (+4600%)
Mutual labels:  cli
Dotnet Ignore
.NET CLI tool that can download .gitignore file from gitignore repository
Stars: ✭ 18 (-5.26%)
Mutual labels:  cli
Lvartisan
Laravel artisan command for creating view.
Stars: ✭ 18 (-5.26%)
Mutual labels:  cli
Nest Cli
CLI tool for Nest applications 🍹
Stars: ✭ 889 (+4578.95%)
Mutual labels:  cli
Hugo Elasticsearch
Generate Elasticsearch indexes for Hugo static sites by parsing front matter
Stars: ✭ 19 (+0%)
Mutual labels:  cli
Rxbackpressure
A back-pressured rxpy extension
Stars: ✭ 18 (-5.26%)
Mutual labels:  reactive
Bane
Custom & better AppArmor profile generator for Docker containers.
Stars: ✭ 902 (+4647.37%)
Mutual labels:  cli
Mongodb Backup Cli
mongodb-backup cli for Nodejs
Stars: ✭ 17 (-10.53%)
Mutual labels:  cli
Pagespeed Score
DEPRECATED - use GoogleChrome/lighthouse-ci instead
Stars: ✭ 18 (-5.26%)
Mutual labels:  cli
Android Sdk
Beaconstac ADVANCED SDK for Android devices
Stars: ✭ 18 (-5.26%)
Mutual labels:  android-sdk
Rung Cli
Command line tool for Rung
Stars: ✭ 17 (-10.53%)
Mutual labels:  cli
Rxjavafiberinterop
Library for interoperation between RxJava 3 and Project Loom's Fibers.
Stars: ✭ 19 (+0%)
Mutual labels:  reactive
Github Funding Yml Updater
Update multiple repositories's `.github/FUNDING.yml` via GitHub API
Stars: ✭ 17 (-10.53%)
Mutual labels:  cli
Git2json
Simple tool to get a JSON from your git log.
Stars: ✭ 18 (-5.26%)
Mutual labels:  cli
Rxreactor
A Kotlin framework for a reactive and unidirectional RxJava application architecture
Stars: ✭ 19 (+0%)
Mutual labels:  reactive
Namecheck
Check your name idea availability with CLI
Stars: ✭ 19 (+0%)
Mutual labels:  cli
Aruba
Test command-line applications with Cucumber-Ruby, RSpec or Minitest. The most up to date documentation can be found on Cucumber.Pro (https://app.cucumber.pro/projects/aruba)
Stars: ✭ 900 (+4636.84%)
Mutual labels:  cli

Commander — set of reactive functions for cli tools.

Commander provides functions to work with processes, files and other things useful for cli tools like Swarmer and Composer.

Modules:

  • os — functions to work with processes and files on different Operating Systems.
  • android — functions to work with Android SDK Tools like adb, avdmanager, sdkmanager.

Download

Commander is available on jcenter.

compile 'com.gojuno.commander:os:some-version'
compile 'com.gojuno.commander:android:some-version'

All the releases and changelogs can be found on Releases Page.

How to build

Dependencies: you only need docker and bash installed on your machine.

bash ci/build.sh

License

Copyright 2017 Juno, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].