Skip to content

Genei-Ltd/create-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

@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

What it does

  1. Creates a new GitHub repo from the ts-package-template
  2. Replaces template placeholders with your package name and description
  3. Installs dependencies
  4. Builds the package (generates exports field via tsdown)
  5. Makes an initial commit and pushes

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors