Skip to content

Commit

Permalink
feat: Add stdin to "Command Line" category
Browse files Browse the repository at this point in the history
  • Loading branch information
Olian04 committed Jun 12, 2024
1 parent b1ccf9c commit 254c22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/stdin.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 254c22a

Please sign in to comment.