Skip to content
/ pwbs Public

PAiP Web Build System. Project for making automation of boring repeating tasks easy.

License

Notifications You must be signed in to change notification settings

paip-web/pwbs

Repository files navigation

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