Skip to content

chelseas/GlowupVibes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ GlowupVibes ✨

Build Status

Inspired by https://github.com/christina-de-martinez/babel-plugin-glowup-vibes

Here's a little demo of what you can do with this package:

GenX/Y Julia GenZ Julia
false cap | 🧢
true noCap | no🧢 | OnGod | 🙏
Inf OutOfPocket
print() tea()
println() Tea()
error() yeetL()
@info @tea
@assert @fr
@warn @sus
@error @yeetL
Error("my message") Cringe("my message")

A code example:

using GlowupVibes

@fr(!cap)

@fr(!🧢)

@fr(noCap)

@fr(no🧢)

@fr(onGod)

@fr(🙏)

tea("hello")

Tea("hello")

@tea("hello")

@fr(rand() < OutOfPocket)

try
    yeetL("take an L...")
catch e
    Tea(e)
end

@yeetL("take an L...")

try
    throw(Cringe("cringe..."))
catch e
    Tea(e)
    @error(e.msg)
end

@sus("lowkey sus")

Install with:

using Pkg 
Pkg.add(url="https://github.com/chelseas/GlowupVibes.jl.git")

PRs and forks very much welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages