Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zacjones93/4ab85cfd71bbb0fd89356ab071408591 to your computer and use it in GitHub Desktop.
Save zacjones93/4ab85cfd71bbb0fd89356ab071408591 to your computer and use it in GitHub Desktop.
// Shortcut: control+i
let { paramCase } = await npm("text-case");
let { eggheadSanityClient, createInstructorCollaborator } = await lib("sanity");
const instructorName = await arg("Enter Instructor Name: ");
const instructorSlug = paramCase(instructorName);
await createInstructorCollaborator(instructorSlug);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment