Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
/ ts-template Public archive
generated from brckd/template

A template for TypeScript projects.

License

Notifications You must be signed in to change notification settings

brckd/ts-template

Repository files navigation

@bricked/ts-template

license semantic-release: angular version

A template for TypeScript projects.

Warning

This project has been archived because I tend to use Bun's builtin tools nowadays.

ToDo

  • Create a new repository from this template
  • Find & replace ts-template with the name of the new repository
  • Find & replace the description with a proper one
  • Optionally make the installation guide install as devDependency
npm install --save-dev @bricked/ts-template
yarn add --dev @bricked/ts-template
pnpm add --dev @bricked/ts-template

Installation

Node.js 16.14.0 or newer is required.

npm install @bricked/ts-template
yarn add @bricked/ts-template
pnpm add @bricked/ts-template

Usage

ts-template can be used as a template for TypeScript projects.

Building

Building Publicly

Pulls to the repository will automatically be built with semantic-release. The built package can be found on npm or in the latest github release.

Building Locally

The package can also be built locally using the build script.

npm run build
yarn run build
pnpm run build

About

A template for TypeScript projects.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published