Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.83 KB

README.rst

File metadata and controls

64 lines (53 loc) · 1.83 KB

PAiP Web Build System

Actual Version : v.0.5.0-dev2

PWBS is Build System for easy automation process.

Features

Current Features

  • Single Tasks
    Task executes one command
  • Multi Command Tasks
    Task executes multiple commands

Planned Features

  • Multi Task
    Tasks that executes other tasks
  • Watcher Task
    Task that executes command or task when something in watched path changes
  • Scheduler Task
    Task that executes command or task every X time
  • Server Mode Task
    Task that makes simple HTTP Server that listens for request and on request executes specified tasks or commands
  • WebSocket Server Mode
    Mode that makes PWBS create WebSocket Server listenning tasks to execute
  • Web Interface Server Mode
    Mode that makes HTTP Server that serves simple Web Interface for executing tasks through it

Credits

Created by Patryk Adamczyk