#

glitcx-cli

A powerful CLI for managing your glitch projects, using code from 17lwinn's glitch-cli, this terminal template, and http://www.pro-toolz.net/.

#install via wget

$ wget https://glitch-cli.glitch.me/glitcx.sh && echo 'alias glitcx="chmod +x glitcx.sh && ./glitcx.sh"' > .bash_profile

# install via curl

$ echo $(curl https://glitch-cli.glitch.me/glitcx.sh) > glitcx.sh && echo 'alias glitcx="chmod +x glitcx.sh && ./glitcx.sh" > .bash_profile'

# install via this site (recommended)

$ curl glitcxcli.glitch.me | bash

# get help about commands

$ glitcx -help

# install bleeding-edge version

$ wget glitcxcli.glitch.me/glitcx.sh && wget -r --no-parent http://glitcxcli.glitch.me/.glitcx/

# install glitcx lightweight edition

wget https://glitcxcli.glitcx.me/glitcx-lightweight.sh

licensed under CC BY-SA.still confused?