0.0.7 • Published 9 months ago

ruxy v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.2

3 years ago

0.0.1

3 years ago