Skip to content

The repo is to serve as an introduction to effect-ts and to keep track of during the learning process

License

Notifications You must be signed in to change notification settings

yaahyoo/intro-to-effect-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effect Package Template

This template provides a solid foundation for building scalable and maintainable TypeScript package 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 ./path/to/the/file.ts

Operations

Building

To build the package:

pnpm build

Testing

To test the package:

pnpm test

About

The repo is to serve as an introduction to effect-ts and to keep track of during the learning process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors