https://github.com/t-matsuo/neobash
framework and usuful libraries for bash script
https://github.com/t-matsuo/neobash
args-parser bash framework logging serialization
Last synced: about 1 month ago
JSON representation
framework and usuful libraries for bash script
- Host: GitHub
- URL: https://github.com/t-matsuo/neobash
- Owner: t-matsuo
- Created: 2024-11-05T15:46:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-29T13:17:50.000Z (4 months ago)
- Last Synced: 2026-01-30T03:18:47.689Z (4 months ago)
- Topics: args-parser, bash, framework, logging, serialization
- Language: Shell
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neobash
Framework for bash script
## Usage
```bash
source lib/neobash.sh
```
## Sample
see ``sample.sh``
## Library Documentation
[Documentation](doc/README.md)