Skip to content

Introduce justfile over Makefile #8

@ross-spencer

Description

@ross-spencer

Install with:

cargo install just

Basic outline:

# Get help
help:
  just -l

# Recipe `do` help text
do:
  @echo "do"

# Do not...
do-not: do
  @echo "or do not"

# Try this...
try: 
  @echo "there is no try"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions