Download the PHP package hnhdigital-os/fs-tasker without Composer
On this page you can find all versions of the php package hnhdigital-os/fs-tasker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hnhdigital-os/fs-tasker
More information about hnhdigital-os/fs-tasker
Files in hnhdigital-os/fs-tasker
Package fs-tasker
Short Description A Tasker
License MIT
Homepage https://hnhdigital-os.github.io/fs-tasker
Informations about the package fs-tasker
FS-TASKER
Provides a sequential task runner. Tasks and configuration is provided through a simple yaml config file.
Provides task plugins for:
- Combine
- Copy
- Create
- Empty
- Exec
- Replace Text
- Revision
- SASS
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.
Requirements
- PHP 7.3.0 (min)
Installation
Via commmand line:
curl -o fs-tasker-installer.sh -sL https://hnhdigital-os.github.io/fs-tasker/builds/install
sudo bash fs-tasker-installer.sh && unlink fs-tasker-installer.sh
OR, Download the latest build:
curl -o ./fs-tasker -LsS https://github.com/hnhdigital-os/fs-tasker/raw/master/builds/fs-tasker
chmod a+x ./fs-tasker
Move it local bin:
sudo mv ./fs-tasker /usr/local/bin/fs-tasker
Updating
This tool provides a self-update mechanism. Simply run the self-update command.
fs-tasker self-update
How to use
Config (.tasker.config.yml)
An example of the tasker configuration using YAML.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of fs-tasker with dependencies
matthiasmullie/minify Version ^1.3
scssphp/scssphp Version ^1.0
symfony/yaml Version ^5.0
laminas/laminas-text Version ^2.7
php Version ^7.3|^8.0