Socket
Book a DemoInstallSign in
Socket

@qodly/intervals

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qodly/intervals

TS Library

latest
npmnpm
Version
1.2.5
Version published
Maintainers
5
Created
Source

Bun Boilerplate Project

This is a modern, batteries-included Bun-based boilerplate preconfigured with all essential tools and development conveniences for building robust TypeScript applications.

📣 Prerequisites

  • Bun v1.2.0 or higher

🚀 Features

  • TypeScript with Bun support
  • Standard config files included: .editorconfig, .prettierrc.json

🏁 Getting started

Clone the repository and install dependencies:

git clone FULL_REPOSITORY_URL
bun install

Run tests in watch mode:

bun run test:watch

Run the build script:

bun run build

📦 Scripts

These scripts are defined in package.json:

ScriptDescription
buildRuns the build
formatFormats TypeScript files with Prettier and then lints.
test:watchRuns Jest in watch mode.
test:coverageRuns Jest and outputs code coverage.

VSCode Extensions:

  • Prettier

EditorConfig support for consistent formatting across IDEs.

FAQs

Package last updated on 30 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts