Skip to content

kevinchar93/pikachu-justfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Pikachu Justfile

A very simple Justfile used in this article to illustrate how a Justfile works.

You'll need just installed to run it.

See: https://github.com/casey/just

How to install just

See for all options: https://just.systems/man/en/chapter_4.html

macOS

  • brew install just
  • port install just

Linux

  • sudo apt install just
  • snap install --edge --classic just
  • dnf install just
  • apk add just

Windows

  • scoop install just
  • choco install just

About

Minimal Justfile example using the Pokemon API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages