A template for TypeScript projects.
Warning
This project has been archived because I tend to use Bun's builtin tools nowadays.
- 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
- Add
NPM_TOKEN
as a new repository secret - Remove
"dryRun": true
from thepackage.json
- Remove this section
Node.js 16.14.0 or newer is required.
npm install @bricked/ts-template
yarn add @bricked/ts-template
pnpm add @bricked/ts-template
ts-template
can be used as a template for TypeScript projects.
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.
The package can also be built locally using the build
script.
npm run build
yarn run build
pnpm run build