@coloop-ai/create-package
v0.1.2
Published
Scaffold a new @coloop-ai TypeScript package from the template.
Downloads
279
Readme
@coloop-ai/create-package
Scaffold a new @coloop-ai TypeScript package from the template.
Usage
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"Prerequisites
- Bun
- GitHub CLI (
gh auth login) - Write access to the Genei-Ltd GitHub org
What it does
- 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
License
MIT
