Skip to content

flying-dice/example-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@flying-dice/example-lib

An example library repo demonstrating how to publish a TypeScript package as a GitHub dependency using Bun and semantic-release.

Features

Installation

Latest version:

bun add github:flying-dice/example-lib

Pinned to a specific version tag:

bun add github:flying-dice/example-lib#v1.0.0

Usage

import { greet } from "@flying-dice/example-lib";

console.log(greet("world")); // Hello, world!

Versioning

This repo uses semantic-release with conventional commits:

  • fix: ... — patch release (e.g. 1.0.0 -> 1.0.1)
  • feat: ... — minor release (e.g. 1.0.0 -> 1.1.0)
  • feat!: ... or BREAKING CHANGE: — major release (e.g. 1.0.0 -> 2.0.0)

About

Git dependency test project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors