Skip to content

abrayall/magnum

Repository files navigation

Magnum - Streaming Build / CI Tool

Magnum is a streaming build tool that can watch a set of source files and execute a command on any change. It is super lightweight and fast to install and run.

Use it to continously run your maven, ant, shell script based builds, or really any other command!

Install

  • Download the magnum-[version].tar.gz file and extract on to your system

Running

  • From your project home directory run [location]/bin/magnum.sh [command]

Examples

Maven

 $/opt/magnum/bin/magnum.sh mvn package

Ant (default target)

 $/opt/magnum/bin/magnum.sh ant

Ant (alternative target)

 $/opt/magnum/bin/magnum.sh ant compile

Shell

 $/opt/magnum/bin/magnum.sh ls

About

Streaming Build Tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published