Skip to content
View snickbit's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report snickbit

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
snickbit/README.md

Snickbit Logo

Nick Lowe

Full-Stack Web Developer

website LinkedIn repos

Usage

Terminal

Just run the command below to start my npx business card.

npx snickbit

Programmatically

pnpm add @snickbit/snickbit
yarn add @snickbit/snickbit
npm install @snickbit/snickbit
import {Snickbit} from 'snickbit';

const snickbit = new Snickbit();

snickbit.addProject({
   name: 'Snickbit.com',
   description: 'My personal website built with Quasar (vue.js), Feathers.js, and MongoDB.',
   url: 'https://snickbit.com'
})

snickbit.addProject({
   name: `Arbiter's Aide`,
   description: 'Laravel & Vue SPA web app for organizing Table Top RPG campaigns like Dungeons & Dragons. Uses Socket.io & Redis for real-time updates.',
   url: 'https://arbitersaide.com'
})

snickbit.addProject({
   name: 'IsThisDubbed?',
   description: 'Single-serving website built with Laravel. Uses multiple APIs, web scraping, and community moderation for data and corrections',
   url: 'https://isthisdubbed.com'
})

snickbit.writeCode('snickbit.com').then(() => {
   console.log('Hooray, you did something today!')
}).catch(err => {
   console.error('So there were some bugs, it happens.', err)
})

Documentation

Class: Snickbit

A full-stack developer that probably spends too much time coding, and definitely spent too much time on this.

Table of contents

Properties

Constructors

Methods

Properties

$name

Static Readonly $name: "Nick Lowe"

The name I go by when I'm not coding.


pronouns

Static Readonly pronouns: string[]

My preferred pronouns

returns he, him, his


children

Static Readonly children: 2

How many children I have

Constructors

constructor

new Snickbit()

Methods

addProject

addProject(project): void

Add a project to the list of projects

Parameters

Name Type
project SnickbitProject

Returns

void


writeCode

writeCode(projectName?): Promise<string>

Spend too much time writing code.

Parameters

Name Type
projectName? string

Returns

Promise<string>

💻 x ⏳ x 2
💻 x ⏳ x 2 for snickbit.com


beWithFamily

beWithFamily(): Promise<"👧👩👨👩👦 x ⏳">

Spend time with my family

Returns

Promise<"👧👩👨👩👦 x ⏳">


playVideoGames

playVideoGames(): Promise<"(🎮 + 💀) x ⏳">

Spend time playing video games badly

Returns

Promise<"(🎮 + 💀) x ⏳">


writeMusic

writeMusic(): Promise<MusicMaking>

Spend time writing music

Returns

Promise<MusicMaking>

🎸 x ⏳
🎤 x ⏳
🎹 x ⏳
(🎛🎚 + 🎧) x ⏳

License

Copyright (c) 2022 - Nicholas Lowe aka Snickbit

MIT License

Pinned Loading

  1. remedyred/snickbit.js remedyred/snickbit.js Public

    A monorepo of JavaScript packages and tools for personal use

    TypeScript

  2. remedyred/out remedyred/out Public

    Cross-platform pretty output for your terminal or browser console.

    TypeScript

  3. remedyred/node-cli remedyred/node-cli Public

    Simple Node.js CLI framework for creating command line applications.

    TypeScript