Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/require.sh

shell to require other shell like NodeJS
https://github.com/yorkie/require.sh

Last synced: 5 days ago
JSON representation

shell to require other shell like NodeJS

Awesome Lists containing this project

README

        

# Require.sh

Shell script like NodeJS to use require to load other shell

### Installation

##### via npm
```bash
$ npm install -g require.sh
```

##### via git
```bash
$ git clone https://github.com/yorkie/require.sh.git
```

### Usage

Just like following in your script:

```bash
require example.sh
```

### Test

```bash
$ npm test
```

### License
MIT