From 254c22a210934ccb0a1321df1d1482a6cc012d5a Mon Sep 17 00:00:00 2001 From: Oliver Linnarsson Date: Wed, 12 Jun 2024 14:54:48 +0200 Subject: [PATCH] feat: Add stdin to "Command Line" category --- README.md | 1 + packages/stdin.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a934ec0..dd05576 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [rad](https://github.com/tynanbe/rad) - [📚](https://hexdocs.pm/rad/) - A task runner for Gleam projects - [shellout](https://github.com/tynanbe/shellout) - [📚](https://hexdocs.pm/shellout/) - A Gleam library for cross-platform shell operations - [spinner](https://github.com/lpil/spinner) - [📚](https://hexdocs.pm/spinner/) - Animated progress spinners for your console +- [stdin](https://github.com/olian04/gleam-stdin) - [📚](https://hexdocs.pm/stdin/) - Provides a synchronous iterator for consuming stdin. It supports all the non-browser targets, Erlang, Node, Deno, and Bun. ### Configuration diff --git a/packages/stdin.toml b/packages/stdin.toml index 76c30f0..a1a4640 100644 --- a/packages/stdin.toml +++ b/packages/stdin.toml @@ -1,5 +1,5 @@ name = "stdin" -description = "`stdin` provides a synchronous iterator for consuming stdin. It supports all the non-browser targets, Erlang, Node, Deno, and Bun." +description = "Provides a synchronous iterator for consuming stdin. It supports all the non-browser targets, Erlang, Node, Deno, and Bun." docs_url = "https://hexdocs.pm/stdin/" repo_url = "https://github.com/olian04/gleam-stdin" -category = "" +category = "Command Line"