Skip to main content

A task runner build with Python

Project description

Taskup Build Build PyPi Package

Taskup is a python based task runner to simplify you build tasks. It reads some specific tasks from a special File called Tasks.json.

Installation

Package not published yet!

Using PYPI

pip install Taskup

Using Git

git clone https://github.com/haneenmahd/taskup
python main.py [...args]

Usage

Creating the config file

Your Tasks are put inside a file names Tasks.json. Taskup adds a feature to setup the Tasks.json file for you. You can run Taskup setup to set it up for you or You can manually create the file Tasks.json. It uses a JSON Format. You can a define a task by creating a property inside the file and give it a value.This value is the command that is executed when the user runs Taskup [task-you-specified].

Running Tasks

You can run tasks by by specifying Taskup with the task you specified. For eg:= Taskup build. It is gonna throw an error if it fails.

Contributing

This is project is build to centralize the user's needs. Feel free to open a issue or a PR.

If you wanna contribute to this repo read the contributing guidlines

License

Taskup is licensed under MIT. Read license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Taskup-1.0.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

Taskup-1.0.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page