Projects
I have many small and medium things on my GitHub profile, but here are some of my biggest and/or favorites. Feel free to check any of these out, open PRs or issues, or simply gaze at the mess.
Featured Projects
Simple Scaffold
A simple command to generate any file structure, from single components to entire app boilerplates.
See my post detailing more, or the documentation / NPM page to start using it!
Dungeon Paper
A character sheet app for Dungeon World, a popuplar tabletop game, as an open-source Flutter application.
text-transform.nvim
Common text transformers for neovim - switch between camelCase, PascalCase, snake_case, and more!
Dart Script Runner
Run scripts from any folder, similar to what NPM’s scripts in package.json
do.
Avoid the mess of documenting & handling multiple scripts to run and then share with your team.
It works for any folder and project type but requires Dart to run. Check out the repository or the package page!
Mudblock
A client for MUD (Multi-User Dungeon) games.
It is a work in progress that will soon be available for both desktop & mobile platforms.
Other Projects
wheel_spinner
A simple Flutter widget for updating a number using a pitch bender-like spinner
terminal_color_parser_dart
Parse terminal colors for displaying in other formats. Supports ANSI and xterm256.
unaconfig_dart
Easiest way to get the user config for your library using Dart. Inspired by NPM's cosmiconfig