Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yorkie/require.sh
- Owner: yorkie
- Created: 2014-01-17T22:05:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T16:18:15.000Z (over 10 years ago)
- Last Synced: 2024-10-19T19:24:03.116Z (24 days ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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