0.1.25 • Published 4 years ago

conrs-mash v0.1.25

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Mash (npm package)

This project creates a simplified shell abstraction in Typescript.

Commands operate via ASCII character streams and optional arguments.

Parsing & bash-like syntax is supported for combinations of commands.

Since the interface is constrained, aggregation of behavior is trivial. This is the true power of the shell.

How it works

Mash expects two streams to be passed to it. These are both ASCII character streams.

  • STDIN represents a stream of user input.
  • STDOUT is a stream Mash will write results to.

It is up to you to display this stream.

0.1.25

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.22

4 years ago

0.1.20

4 years ago

0.1.21

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago