Skip to main content

A tiny build automation tool.

Project description

Coxbuild is a tiny python-script-based build automation tool, an alternative to make, psake and so on.

Documents

References

Test Coverage Report

Supported features:

  • Task
  • Dependency
  • Pre / Post condition
  • Lifecycle hooks
    • Setup / Teardown
    • Before / After
  • Event-based build as a long-run service

Extensions:

  • Python
  • Shell
  • Git
  • Node.js
  • .NET

Getting Started

Coxbuild build itself by itself, see here for details.

  1. Install
pip install coxbuild
  1. Write Schema (buildcox.py)
@task()
def pre():
    print("pre task")

@depend(pre)
@task()
def default():
    pass
  1. Run
coxbuild

# or a shortcut

cb

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

coxbuild-0.0.5.tar.gz (16.7 kB view hashes)

Uploaded Source

Built Distribution

coxbuild-0.0.5-py3-none-any.whl (23.6 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