https://github.com/effect-ts/figlet
An implementation of a FIGlet font parser and renderer built with Effect
https://github.com/effect-ts/figlet
Last synced: about 1 year ago
JSON representation
An implementation of a FIGlet font parser and renderer built with Effect
- Host: GitHub
- URL: https://github.com/effect-ts/figlet
- Owner: Effect-TS
- License: mit
- Created: 2021-12-10T13:40:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T18:24:33.000Z (over 2 years ago)
- Last Synced: 2025-04-05T19:53:37.031Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## Welcome to Effect-TS - Figlet [](https://gitpod.io/#https://github.com/Effect-TS/figlet)
Please follow up to: [https://github.com/Effect-TS/figlet/tree/master/packages/figlet](https://github.com/Effect-TS/figlet/tree/master/packages/figlet)
## Install
We recommend the usage of `yarn` and if you have `yarn workspaces` that handles by default hoisting of dependencies:
```sh
yarn add @effect-ts/core @effect-ts/node @effect-ts/figlet
```