Skip to content

forcedotcom/kit

Folders and files

NameName
Last commit message
Last commit date
Jan 25, 2023
Nov 14, 2022
Jun 30, 2023
Sep 8, 2021
Aug 12, 2021
Jul 5, 2023
Jul 5, 2023
Aug 12, 2021
Aug 12, 2021
Feb 28, 2023
Aug 12, 2022
Aug 12, 2021
Aug 12, 2021
Aug 12, 2021
Sep 8, 2021
Jul 9, 2023
Feb 12, 2022
Aug 12, 2021
Aug 12, 2021
Aug 12, 2021
Feb 20, 2023
Jan 11, 2022
Aug 12, 2021
Aug 12, 2021
Jul 15, 2023
Aug 12, 2021
Oct 5, 2022
Jul 15, 2023

Repository files navigation

Utilities for Salesforce CLI development

What is this?

A collection of commonly needed utilities used by the Salesforce CLI and the libraries it is built on. It includes high level support for parsing and working with JSON data, interacting with environment variables, a common error base type, a minimal lodash replacement, and support for commonly needed design patterns, among other things. It is intended specifically for use in Node.js (version 8 or newer) projects -- YMMV in the browser.

see the API documentation for more details on each of the utilities that kit provides.

References

This library depends upon another Salesforce TypeScript library, @salesforce/ts-types. The API documentation for this library refers to several types that you will find in ts-types. Some lodash replacement functions are also found in ts-types.