Gathering detailed insights and metrics for @reason-ink/ink-big-text
Gathering detailed insights and metrics for @reason-ink/ink-big-text
Gathering detailed insights and metrics for @reason-ink/ink-big-text
Gathering detailed insights and metrics for @reason-ink/ink-big-text
npm install @reason-ink/ink-big-text
Typescript
Module System
@rescript-ink/ink-link@3.0.0
Updated on Jan 24, 2023
@rescript-ink/ink-big-text@3.0.0
Updated on Jan 24, 2023
rescript-ink@1.3.0
Updated on Jan 24, 2023
@rescript-ink/ink-text-input@3.0.0
Updated on Jan 24, 2023
@rescript-ink/ink-spinner@3.0.0
Updated on Jan 24, 2023
rescript-ink@1.2.0
Updated on Dec 09, 2022
ReScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
68 Stars
61 Commits
2 Forks
2 Watchers
3 Branches
1 Contributors
Updated on May 04, 2025
Latest Version
1.0.0
Package Id
@reason-ink/ink-big-text@1.0.0
Unpacked Size
152.02 kB
Size
54.06 kB
File Count
26
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
3
4
Let's build interactive & sound CLI with React and ReScript!
Core:
Components:
Hooks:
Do you find any missing APIs? Let me know!
1yarn add rescript-ink @rescript/react \ 2 # You can install additional community bindings \ 3 @reason-ink/ink-big-text
Add it to your bsconfig.json
1 "bs-dependencies": [ 2+ "rescript-ink", 3+ "@rescript/react", 4+ "@reason-ink/ink-big-text 5 ]
1open Ink; 2 3// Community bindings have `InkCommunity_` prefix. 4module BigText = InkCommunity_BigText; 5 6module App = { 7 @react.component 8 let make = () => { 9 <Box display=#flex justifyContent=#center> 10 <BigText text="Hello, Reason-Ink!"/> 11 </Box> 12 }; 13}; 14 15let {waitUntilExit} = render(<App />, ~exitOnCtrlC=true, ()); 16waitUntilExit()->ignore;
See more in examples
Any feedbacks & contributions are welcome!
See more details in CONTRIBUTING
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
7 existing vulnerabilities detected
Details
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More