Pinned Repositories
AlexaHomeHub
NodeJs server for Alexa IFTTT interactions
AlexaServer1
AlexaTestSkill
ApexDocGen
Utility for automatically creating and packaging documentation in markdown and PDF format for Apex classes
ApexScriptLoader
NodeJS application for running anonymous Salesforce code.
ApexToJavascriptObjectGenerator
Creates Javascript Object definitions for lightning web components from Apex classes and Salesforce sObjects
Salesforce-JWT-oAuth-Tool
Utility for authorizing user in a connected app, creating JWT to authenticate against it, and perform a sample callout.
SFDestructiveChangesGenerator
It is a utility class to help you generate a destructiveChanges.xml file that can be deployed to your orgs by using apex logic to generate the destructive changes file and can also deploy it to multiple orgs for you
SFPackageMerge
PackageMerge will allow you to easily combine multiple package.xml files into one suitable for using as your project manifest for your Salesforce project.
SimpleFlashCard
Simple Utility for viewing flash cards
Kenji776's Repositories
Kenji776/Salesforce-JWT-oAuth-Tool
Utility for authorizing user in a connected app, creating JWT to authenticate against it, and perform a sample callout.
Kenji776/ApexScriptLoader
NodeJS application for running anonymous Salesforce code.
Kenji776/SFPackageMerge
PackageMerge will allow you to easily combine multiple package.xml files into one suitable for using as your project manifest for your Salesforce project.
Kenji776/AlexaHomeHub
NodeJs server for Alexa IFTTT interactions
Kenji776/AlexaServer1
Kenji776/SFDestructiveChangesGenerator
It is a utility class to help you generate a destructiveChanges.xml file that can be deployed to your orgs by using apex logic to generate the destructive changes file and can also deploy it to multiple orgs for you
Kenji776/ApexToJavascriptObjectGenerator
Creates Javascript Object definitions for lightning web components from Apex classes and Salesforce sObjects
Kenji776/SimpleFlashCard
Simple Utility for viewing flash cards
Kenji776/AlexaTestSkill
Kenji776/ApexDocGen
Utility for automatically creating and packaging documentation in markdown and PDF format for Apex classes
Kenji776/Changeset-Log-Builder
Description This is a node.js application that is used for assisting with Salesforce devops.
Kenji776/check-mint
Kenji776/CloudspokesProjects
My collection of all my old cloudspokes projects code. Too lazy to make a repo for each.
Kenji776/ElevenlabsConversationBuilder
A small node JS application and front end for making conversations with Elevenlabs voices
Kenji776/glyph-translate
Small utility for converting common to draconic glpyhs for calligraphy practice
Kenji776/Kenji776.github.io
public site
Kenji776/PathfinderForceCalcTool
Simple tool for calculation character force.
Kenji776/PathfinderMythicVitalPowerAttackCalc
Kenji776/SaltyBot
Server and client software for automatic betting on SaltyBet (stored here only for historical purposes, it doesn't probably work anymore)
Kenji776/SF-Github-Project-Helper
Helps create and setup a Salesforce/Github project and deploy change sets/package.xml files
Kenji776/SF-ID-Label-Finder
Locates custom label entries that appear to contain IDs that may need to be updated after a deployment
Kenji776/SF-Metadata-Deployer
NodeJs script for processing and deploying CSV files containing Salesforce custom metadata records
Kenji776/SF-Org-Diff
Small utility for generating diff checks between local org data accounting for ID differences.
Kenji776/SF-Table-Tools
Utility to add more features and functionality to tables of inputs in Salesforce LWC. Primarily mean to allow copy and pasting tab delimited and CSV data to and from tables.
Kenji776/SF-Translation-Cleaner
Cleans invalid translation entries from a Salesforce translation stf file by comparing each line to your local project metadata
Kenji776/SFAddressUpdate
Updates Salesforce address settings metadata file to change the integration value from the full state name to the ISO code.
Kenji776/SFSnippits
Just my private collection of various Salesforce code snippits for performing tasks that I don't want to have to rewrite every time
Kenji776/Text-Blob-To-Apex-Multiline-String
A VERY simple application to format long strings of text into an apex multiline string.