loko

Crates.ioloko
lib.rsloko
version0.1.0
sourcesrc
created_at2022-06-16 00:24:33.011687
updated_at2022-06-16 00:24:33.011687
descriptionTask scripting
homepagehttps://github.com/orreksu/loko
repositoryhttps://github.com/orreksu/loko
max_upload_size
id606859
size3,026
Oleks Litus (orreksu)

documentation

https://docs.rs/loko

README

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

Commit count: 0

cargo fmt