Skip to content

tcarrio/effect-bun-cli

Repository files navigation

Effect CLI Application Template

This template provides a solid foundation for building scalable and maintainable command-line applications with Effect.

Running Code

This template leverages bun which allows execution of TypeScript files as if they were written in plain JavaScript, while also provided additional features out of the box, such as package management, test runners, REPL, and more.

To execute a file with bun:

bun run ./path/to/the/file.ts

Operations

Building

To build the package:

bun run build

Testing

To test the package:

bun test

About

A CLI template powered by Bun with Effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published