make
Here are 976 public repositories matching this topic...
-
Updated
Mar 2, 2020 - Go
-
Updated
Mar 8, 2022 - Vim script
-
Updated
May 25, 2022 - Rust
-
Updated
May 27, 2022 - PHP
-
Updated
May 8, 2022 - Vim script
-
Updated
May 26, 2022 - Rust
Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:
Traceback (most recent call last):
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
sys.exit(entrypoint())
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
-
Updated
May 20, 2022 - R
-
Updated
Apr 28, 2020 - Swift
-
Updated
Sep 21, 2017 - JavaScript
-
Updated
May 6, 2022 - Shell
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
Jan 27, 2022 - Go
-
Updated
Feb 17, 2020 - Crystal
-
Updated
Jan 12, 2021 - HTML
-
Updated
May 3, 2022 - D
Admittedly, I'm not a pythonista, but I wonder whether there would be value in using bash versions of the three python scripts. For whatever reason, I'm running into problems with getting python installed correctly on my Mac. Once I got it pointed in the right direct, I ran into problems with installing numpy. It's quickly becoming a tutorial on installing python rather than make :)
I suspect the
-
Updated
Jun 17, 2020 - CMake
-
Updated
Sep 11, 2019 - Go
Improve this page
Add a description, image, and links to the make topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the make topic, visit your repo's landing page and select "manage topics."
So this is not fully fleshed out in my head yet.
The gist is as such: my team currently uses makefiles + shell scripts to do things. this is obviously messy and awful.
I've done a few PoCs to migrate those things into taskfile and it's a beautiful world.
but here's the rub: we use shellcheck in all of our CI/vim/local machines/etc to verify shell scripts for various code smells.
I'd l