Skip to content
/ steiger Public

Scaffolding tool for modules with DDD + Effect.ts

License

Notifications You must be signed in to change notification settings

mmlngl/steiger

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 tsx to allow execution of TypeScript files via NodeJS as if they were written in plain JavaScript.

To execute a file with tsx:

pnpm tsx src/bin.ts

Operations

Building

To build the package:

pnpm build

Testing

To test the package:

pnpm test