Skip to content

attomos/installr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages