Compile, build, deploy an debug Ubuntu Touch click packages all from the command line.
Start QtCreator shipped by Clickable in a project folder via clickable ide.
Please base any development on the branch dev and file merge requests against it.
Make sure to install the dependencies listed in setup.py, via your package
manager or pipx.
You can run Clickable directly from sources via the clickable-dev script.
Add the --verbose option for additional output.
It is recommended to add your clickable repo folder to PATH.
This can be done by adding export PATH="$PATH:$HOME/clickable" to your .bashrc.
Replace $HOME/clickable with your path.
Clickable uses flake8 and pylint for linting as well as autopep8 for formatting.
Install them using pipx install flake8 pylint autopep8.
Inject some dependencies with
pipx inject pylint requests PyYaml jsonschema cookiecutter to avoid
false-positives import-error lints.
Run make lint to lint and make format to format the source code.
Install the pytest modules: pipx install pytest pytest-cov.
Run pytest to complete the tests: make test.
Copyright (C) 2025 Clickable Team
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/.