Settings

Theme

Show HN: "mk" – one-liner make rules on the command-line

1 points by alecthomas a year ago · 0 comments · 1 min read


https://github.com/alecthomas/mk

Very handy in conjunction with Just to give you make-like functionality, eg.

  build-protos:
    @mk protos/myproto.pb.go protos/myproto.tsx : protos/myproto.proto -- protoc --gen_go=protos --gen_tsx=protos protos/myproto.proto

PS. My one and only Rust project, so expect some odd code.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection