Project

installr

0.0
No commit activity in last 3 years
No release in over 3 years
An API Wrapper for Installr (http://installrapp.com/)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 4.1.5
 Project Readme

installr Build Status NPM version

CLI for Installr (http://installrapp.com/) API.

Installation

$ gem install installr

Usage

Authentication

  1. Create new API token if you don't have one https://www.installrapp.com/dashboard#/account
  2. Run installr init This will prompt you to enter your API token and put it in ~/.installr file.

Create App

$ installr create <app_name>

List of Apps

$ installr list

App Details

$ installr app

Team Details

$ installr team

Invite Testers

$ installr invite

Contribution

Any pull requests, comments and recommendations are welcome.

$ git clone git@github.com:attomos/installr.git
$ cd installr
$ bundle install
$ rake build # or rake install

Copyright

Copyright (c) 2014 Nattaphoom Ch. See LICENSE for details.