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.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: weasel-make-0.1.0.tar.gz
  • Upload date:
  • Size: 5.3 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.0.tar.gz
Algorithm Hash digest
SHA256 0f2bca62f78c1a0182a94f0aec69b9f9e6fb17429dbc73e7175eb0aa88f39583
MD5 32bed50e7e67d20e585fc859c78332aa
BLAKE2b-256 2dd03f919a5f638172b285d8d18e9d9f1a631434f3f93290ed6f0141db93a4b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: weasel_make-0.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a8277fc01ac4eafb1c2802cdc8334e31b5070606dff7c809462fcfb67b1ca7ac
MD5 8555a21aa568148c1d5d260f4f9d8787
BLAKE2b-256 b8ddeb912042faca30af86b6b3f6a46c13ee9b4c7c692f83f40c13d89f9d4261

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