Skip to content
/ leaf Public

๐Ÿƒ CLI service that helps users get up 'n running in no time.

License

Notifications You must be signed in to change notification settings

lawgdev/leaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿƒ Leaf

Leaf is a simple and lightweight CLI tool for generating, running, and managing your lawg projects and feeds.

๐ŸŒฟ Installation

Homebrew

brew install lawgdev/tap/leaf

Windows

  1. Download the latest release from the releases page
  2. Extract the zip file
  3. Move the leaf.exe file to a directory in your PATH environment variable or add the directory to your PATH environment variable. (We recommend putting it in your User directory)

Manual

git clone
cd leaf
make install

๐ŸŒฟ Usage

Authenticate

leaf login

Link an application to a feed.

leaf connect

Listening for logs with that application.

leaf listen

Automatically start on system boot (launchd/systemctl)

Supported platforms

Platform Supported
macOS โœ…
Linux (systemctl) โœ…
Windows โŒ
leaf upstart