Skip to content

deepfriedmind/bun-ts-cli-starter

Repository files navigation

Bun TS CLI Starter

GitHub Release GitHub License Node version Bun version GitHub top language Checked with Biome

Header

My starter kit for developing CLI apps using:

screenshot

Setup

# Clone the repository
mkdir <new project name>
git clone https://github.com/deepfriedmind/bun-ts-cli-starter.git <new project name>
cd <new project name>

# Install dependencies
bun install

# Run the project entrypoint
bun start

# Build the project
bun run build

# Run tests
bun test

# Run tests with coverage
bun test --coverage

# Run all checks
bun run check

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

Development guidelines

  1. TypeScript: All code must be written in TypeScript
  2. Testing: New features must include comprehensive tests
  3. Documentation: Update README.md for new features
  4. Code Style: Follow the existing code style and linting rules

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

A starter kit for developing CLI apps using Bun/TypeScript and other useful tools.

Topics

Resources

License

Stars

Watchers

Forks