Scaffold a new @coloop-ai TypeScript package from the template.
bun create @coloop-ai/package my-cool-lib "A really cool library"Or with npx:
npx @coloop-ai/create-package my-cool-lib "A really cool library"- Bun
- GitHub CLI (
gh auth login) - Write access to the Genei-Ltd GitHub org
- Creates a new GitHub repo from the ts-package-template
- Replaces template placeholders with your package name and description
- Installs dependencies
- Builds the package (generates
exportsfield via tsdown) - Makes an initial commit and pushes
MIT