Create a new JS project with my base configurations.
Create a new project with ESLint, Prettier, and TypeScript configuration dependencies in a target directory:
pnpm create @mcous ./new-project
pnpm create @mcous ./new-project --name="fizzbuzz" --repository="my-org/fizzbuzz" --author="Alter Ego"
Update/install shared configs and their peer dependencies in an existing project:
pnpm create @mcous ./existing-project