Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gittio

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gittio

Install Titanium modules and Alloy widgets

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

gitTio PM CLI

Command-line package manager for Appcelerator Titanium modules & Alloy widgets, powered by the gitTio search engine that indexes all open source components (modules and widgets) on GitHub.

NPM

Quickstart

  1. Install gitTio using NPM:

    [sudo] npm install -g gittio
    
  2. Install missing (versions of) modules and widgets required in tiapp.xml and app/config.json and use the global path for modules:

    ~/myproject $ gittio install -g
    
  3. Install the latest version of a component and add it to tiapp.xml or app/config.json:

    ~/myproject $ gittio install -g facebook
    ~/myproject $ gittio install nl.fokkezb.loading
    

Commands

Use gittio or gittio -h for full usage, but this covers 80%:

info

Looks up a component at gitt.io and displays or returns the info.

  • Display in pretty format:

    gittio info facebook
    
  • Display in JSON format:

    gittio info facebook -o json
    

install

Installs all required or a specific component/version/platform.

Examples:

  • Install missing (versions of) modules and widgets required in tiapp.xml and app/config.json and use the global path for modules:

    ~/myproject $ gittio install -g
    

    NOTE: For widgets, though not officially supported by Alloy, you can add dependecies to other widgets in widget.json using the same notation as in config.json. The CLI will install all dependencies but ATM not check for conflicts (#21).

  • Install the latest version of a component and add it to tiapp.xml or app/config.json:

    ~/myproject $ gittio install -g facebook
    ~/myproject $ gittio install nl.fokkezb.loading
    
  • Install a specific version of a component for a single platform only, even if it is already installed:

    ~/myproject $ gittio install -g facebook@3.1.1 -p ios -f
    
  • Install the latest version of a module to the global path:

    ~ $ gittio install -g facebook
    

update

Updates all components to their latest versions.

Examples:

  • Install newer versions of globally installed modules:

    ~ $ gittio update -g
    
  • Install newer versions of components required by a project and use the global path for modules:

    ~/myproject $ gittio update -g
    
  • Install only newer versions of widgets:

    ~/myproject $ gittio update -t widget
    

uninstall

Installs a specific component/version/platform.

Examples:

  • Uninstall a component and remove it from tiapp.xml or app/config.json:

    ~/myproject $ gittio uninstall nl.fokkezb.loading
    
  • Uninstall all (global) versions of a component:

    ~ $ gittio uninstall -g facebook
    
  • Uninstall a component for a specific version and platform:

    ~ $ gittio uninstall -g facebook@3.1.1 -p ios
    

Options

Most important ones:

-g, --global

Searches and installs modules under the global module path (~/Library/Application Support/Titanium/modules on the Mac).

-f, --force

Forces install of components even if they are already found. When you specify a version to install this option is set automatically.

-p, --platform

Searches and installs modules only for the specified platform.

Bugs

When you find issues, please report them. Be sure to include all of the output from the gittio command that didn't work as expected. Also please check if there's not already in issue for it.

The gitTio search engine, registry and CLI are owned by Fokke Zandbergen. All rights reserved. See the included LICENSE file for more details.

Appcelerator, Titanium and Alloy are trademarks owned by Appcelerator, Inc.. gitTio is not officially part of, owned by nor officially affiliated with Appcelerator.

The components in the gitTio registry are not part of gitTio itself, and are the sole property of their respective creators. There is absolutely no guarantee, warrantee, or assertion made as to the quality, fitness for a specific purpose, or lack of malice in any given component. Components exposed via gitTio are not affiliated with or endorsed by Fokke Zandbergen or Appcelerator.

Keywords

FAQs

Package last updated on 10 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc