A simple hello world project
This repository has been archived on 2026-05-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 90.1%
  • JavaScript 6.1%
  • Shell 3.8%
Find a file
2026-01-26 05:18:11 +00:00
.forgejo style: format markdown files 2026-01-25 21:01:16 -06:00
docs style: format markdown files 2026-01-25 21:01:16 -06:00
scripts Initial project setup 2026-01-25 20:50:06 -06:00
src feat: add CLI argument parsing 2026-01-25 23:16:08 -06:00
.gitignore Initial project setup 2026-01-25 20:50:06 -06:00
.prettierrc Initial project setup 2026-01-25 20:50:06 -06:00
AGENTS.md Initial project setup 2026-01-25 20:50:06 -06:00
eslint.config.js Initial project setup 2026-01-25 20:50:06 -06:00
LICENSE Initial project setup 2026-01-25 20:50:06 -06:00
package-lock.json feat: add CLI argument parsing 2026-01-25 23:16:08 -06:00
package.json feat: add CLI argument parsing 2026-01-25 23:16:08 -06:00
README.md Initial project setup 2026-01-25 20:50:06 -06:00
tsconfig.json Initial project setup 2026-01-25 20:50:06 -06:00
vitest.config.ts Initial project setup 2026-01-25 20:50:06 -06:00

hello-world

A simple hello world project

Getting Started

Prerequisites

  • Node.js 20+ or Bun 1.0+
  • npm, yarn, or bun

Installation

# Using npm
npm install

# Or using bun
bun install

Development

npm run dev
# or
bun run dev

Testing

npm test
# or
bun test

License

MIT