0.0.7 • Published 1 year ago

ruxy v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Example

Sh example file:

echo Hello, World!

Example code

import { Context } from 'ruxy'

const ctx = new Context(['sh', './exampleScript.sh'])

ctx.run()
    .then((ctx) => {
        console.log(ctx.stdout) // Hello, World!
    })

Testing

yarn test

Installing

yarn install ruxy
# or
npm install ruxy

Thanks for using this package :)!

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

4 years ago

0.0.1

4 years ago