Skip to content

Compile, build, and deploy Ubuntu Touch click packages all from the command line.

License

Notifications You must be signed in to change notification settings

luksus42/clickable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clickable

Compile, build, and deploy Ubuntu Touch click packages all from the command line.

Install

Via PPA (Ubuntu)

  • Add the PPA to your system: sudo add-apt-repository ppa:bhdouglass/clickable
  • Update your package list: sudo apt-get update
  • Install clickable: sudo apt-get install clickable
  • Configure docker for clickable: clickable setup-docker

Via AUR (Arch Linux)

  • Using your favorite AUR helper, install the clickable package
  • Example: pacaur -S clickable

Via Git

  • Install Docker
  • Install Cookiecutter
  • Clone this repo: git clone https://github.com/bhdouglass/clickable.git
  • Add clickable to your PATH: echo "export PATH=\$PATH:\$HOME/clickable" >> ~/.bashrc
  • Read the new .bashrc file: source ~/.bashrc
  • Configure docker for clickable: clickable setup-docker

Docs

Code Editor Integrations

Use clickable with the Atom Editor by installing atom-build-clickable made by Stefano.

License

Copyright (C) 2018 Brian Douglass

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Compile, build, and deploy Ubuntu Touch click packages all from the command line.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%