1 unstable release

0.1.0 Jun 16, 2022

#260 in #scripting

MIT license

3KB

loko - task scripting tool

  • No YAML files!

Easy to migrate

  • loko --migrate will create a new Lokofile form your Makefile or Justfile

Smart Targets

Help

loko --help

Subtargets

build:
  vm:
    bazel build //vm/...
  all:
    bazel build //...

Silent Targets

_local-build: ...

Integratable

  • Loko is already part of your ecosystem, we have close support of VSCode and IntelliJ
  • Use VSCode tasks
  • Autogenerate things for VSCode tasks

Pretty

Pretty Errors

Functions

Provided

  • os()
  • platform()
  • distro()
  • error()

Plugin System

In progress ...

Alternatives

Makefile Cool Things

No runtime deps