ttek / tk-tools
Tk lib framework commands.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.0
- ext-json: *
- ttek/tk-framework: ^8.0.0
- dev-master
- 8.0.x-dev
- 8.0.0
- 3.2.8
- 3.2.6
- 3.2.4
- 3.2.2
- 3.2.0
- 3.0.x-dev
- 3.0.6
- 3.0.4
- 3.0.0
- 1.3.6
- 1.3.4
- 1.3.2
- 1.2.60
- 1.2.58
- 1.2.56
- 1.2.54
- 1.2.52
- 1.2.50
- 1.2.48
- 1.2.46
- 1.2.44
- 1.2.42
- 1.2.40
- 1.2.38
- 1.2.34
- 1.2.32
- 1.2.30
- 1.2.28
- 1.2.26
- 1.2.24
- 1.2.22
- 1.2.20
- 1.2.18
- 1.2.16
- 1.2.14
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
This package is auto-updated.
Last update: 2024-10-17 04:11:24 UTC
README
Project: Tropotek Toolbox
Published: 01 Jan 2014
Web: https://github.com/tropotek/tk-tools
Authors: Michael Mifsud http://www.tropotek.com/
This projects contains a number of tools that are handy when developing projects with the tk-libs and using Tropoteks git tag and release system.
Contents
Requirements
- PHP5.3+ (CLI)
Installation
- Download the source files to somewhere accessable on your server .
- Run
composer.phar install
- cd into the bin directory and run
sudo ./install-cmd
to install for all users.
Optionally ignore the sudo and the commands will be installed into the user bin directory.
Commands
- install-cmd The command to install all scripts to your server
- tkCommit A recursive
svn commit
command that searches for external packages within a project. - tkDbBackupMysql.sh Script to backup all databases for a user as individual tarballs.
- tkLdapFind Use for quering LDAP services, probably needs a little work but good for basic queries
- tklog Tail a log file in the users path: /home/{username}/log/error.log
- tkMd5 Generate an md5 hash of a string
- tkStatus A recursive git status command
- tkStrreplace A simple string replace command.
- tkTag Used to tag a repository, updates composer.json and changelog.md files.
- tkTagProject Recursively tags a Project's repository and its dependant packages, updates composer.json and changelog.md files.
- tkTagShow Show the current tag (version) of the projects and vendow libs (tk libs only)
- tkToUtf8 Update files to the UTF-8 encoding.
- tkVidHtml5Cnv Convert video file to a number of formats for web viewing using HTML5 standards.
- tkUpdate A recursive
svn update
command that searches for external packages within a project. - www_fix.sh changes the permissions of a directory and files recursivly for a public_html/apache folder