|
You are here |
sam.hooke.me | ||
| | | | |
tjvantoll.com
|
|
| | | | | LESS is a CSS pre-processor written in JavaScript. Unlike its main competitor SASS, it has the ability to run both on the client side via a simple | |
| | | | |
hjr265.me
|
|
| | | | | Git has this great feature that I think is well-known but under-used. I am talking about Git hooks. With Git hooks, you can run scripts during different Git actions. Like this one: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #!/bin/sh GOFILES=`git diff --name-only --cached | grep -e '.go$' | grep -ve 'vendor/'` UNFMTFILES=() for f in $GOFILES; do if [ -n "`gofmt -l -s . | |
| | | | |
stribny.name
|
|
| | | | | [AI summary] This article provides a modern Python project template using Poetry for dependency management, along with tools for testing, code formatting, static analysis, and version control. | |
| | | | |
www.aleksandrhovhannisyan.com
|
|
| | | An in-depth review of 11ty, an extensible static site generator written in Node that supports a variety of template languages. | ||