Skip to content
View lukejans's full-sized avatar
coding
coding

Highlights

  • Pro

Block or report lukejans

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lukejans/README.md
#!/usr/bin/env node

const aboutMe = {
   name: "Luke Janssen",
   bio: "A curious individual with a passion for learning",
   learning: "Cross-platform development",
   interests: ["Formula 1", "Traveling", "STEM"],
   quote: [
      "If you're going to try, go all the way. Otherwise, don't even start...",
      "-- Charles Bukowski"
   ],
};

Popular repositories Loading

  1. lukejans lukejans Public

  2. ascii-converter ascii-converter Public

    Useless tool to convert images and videos to ASCII

    TypeScript

  3. dotfiles dotfiles Public

    Configuration files and scripts for setting up a MacOS development environment

    Shell