Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shqld/tish
- Owner: shqld
- License: mit
- Archived: true
- Created: 2020-01-24T19:00:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T14:35:29.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:34:08.081Z (13 days ago)
- Topics: nodejs, promise, shell-script, shellscript, stream, typescript
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 118
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.