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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file weasel-make-0.1.2.tar.gz
.
File metadata
- Download URL: weasel-make-0.1.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5986f1eede0eb8b5e228cf8fbae8f8a87d908c3f9797d9e5a0b8cf5b55468a22 |
|
MD5 | b4e819702104fe2d535c3c98854d71a5 |
|
BLAKE2b-256 | 486d1b422557dbadd2a75d7ec3b48eb62d42a8cd08cb9de7abe625791bdb3be4 |
File details
Details for the file weasel_make-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: weasel_make-0.1.2-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc7f1c05b0bb838acd4db0fa9127062410a36b602d7615510e0857d727229c0 |
|
MD5 | 89a9d1bdda9e5256c838ad889174c36d |
|
BLAKE2b-256 | b6d40061847a2ab2a3813e068468029288d919575b9fdbc396407afac549a0a2 |