Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TronFortyTwo/clickable

 
 

Repository files navigation

Clickable

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

Install

Via Pip (Recommended)

  • Install docker, adb, and pip3
  • Run (may need sudo): pip3 install git+https://gitlab.com/clickable/clickable.git

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

Via AUR (Arch Linux)

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

Docs

Code Editor Integrations

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

Development

Run clickable

To test clickable, run clickable-dev from the repository root directory. To enable configuration validation either install jsonschema via pip (pip3 install jsonschema) or apt (apt install python3-jsonschema). If you got clickable regularly installed, you already have jsonschema, too.

Run the tests

Install nose and the coverage modules: pip3 install nose coverage

Run nose to complete the tests: nosetests

Related Repositories

Donate

If you like Clickable, consider giving a small donation over at my Liberapay page.

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

Clickable has moved to GitLab!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%