Skip to content

Commit

Permalink
tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
j50n committed Feb 14, 2022
1 parent eb910c6 commit fccf63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion MAINT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Format, lint, and run tests.
./build
```


## Dependency Maintenance

See [udd](https://github.com/hayd/deno-udd) for installation instructions.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# proc

An easy way to run processes like a shell script - in Deno.
A different approach to running child processes that is easy, flexible,
powerful, and prevents resource leaks.

`proc` lets you write process-handling code in readable, idiomatic Typescript
using `async/await` and `AsyncIterator` promisy goodness. It provides a variety
Expand Down

0 comments on commit fccf63f

Please sign in to comment.