Skip to main content

A Makefile-compatibile Build Tool

Project description

Weasel Make

Weasel Make is a Makefile-compatible build tool that hides the output of your commands if it executed successfully. Very useful when executing make build deploy over and over again.

Features

  • Bash auto-completions - Just press tab after the weasel command to see the list of available actions.
  • Output folding - Hides output of successful commands, or shows it if the command failed.
  • Secrets obfuscation - Any line of text that looks like it might be sensitive secrets information gets replaced with ***

Installation

Install easily with pip install weasel-make. If you are installing without sudo, make sure to add python to your PATH by executing:

echo 'export PATH=$(python3 -m site --user-base)/bin:$PATH' >> ~/.bashrc

Usage

To execute targets from your Makefile with Weasel Make, use the weasel command followed by your target names:

weasel build deploy

This will run the build and deploy targets as specified in your Makefile.

Makefile Compatibility

Weasel Make is designed to be compatible with standard Makefiles, so you should be able to run your existing Makefiles without any modifications.

Contributing

Contributions are welcome! Please feel free to submit pull requests or create issues if you encounter any problems or have suggestions for new features.

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

weasel-make-0.1.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

weasel_make-0.1.1-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file weasel-make-0.1.1.tar.gz.

File metadata

  • Download URL: weasel-make-0.1.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for weasel-make-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1fe10a9d8d7b7551a23f4c8aacaf197cd2d2463fc10579d02f2a052bc4b1b258
MD5 cf78d38f43101017bee5e8016ee5eb21
BLAKE2b-256 e0bd72c3f0778537b6179d682862763c7c2b2fba133083ac11520fecae882f16

See more details on using hashes here.

File details

Details for the file weasel_make-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: weasel_make-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for weasel_make-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4306c2be1570b8b8536496e8a6a14f1993e0503ce6edf0621d46c888db91e625
MD5 7d18a8f39b9eaf3fed6ec2a84a65a880
BLAKE2b-256 a655b07b3de50f9d1b2b42c459ae06b709550358b5071c46b3b7450031711951

See more details on using hashes here.

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