Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shqld/tish

A replacement of shell script with TypeScript, for those who love TypeScript and tired of writing shell script, aiming to emulate shell script in TypeScript.
https://github.com/shqld/tish

nodejs promise shell-script shellscript stream typescript

Last synced: 5 days ago
JSON representation

A replacement of shell script with TypeScript, for those who love TypeScript and tired of writing shell script, aiming to emulate shell script in TypeScript.

Awesome Lists containing this project

README

        

### ⚠️WARNING⚠️

**Don't use this library anymore. This is unmaintained and could be buggy. You could use instead https://github.com/google/zx**

# tish

An easy, performant, portable and safe replacement of shell script with TypeScript, aiming to emulate shell in TypeScript instead of calling `child_process` in fragments.

For those who love TypeScript and are tired of writing shell script.