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: 7 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T15:11:03.000Z (8 months ago)
- Last Synced: 2025-02-24T16:27:55.930Z (8 months ago)
- Topics: args-parser, bash, framework, logging, serialization
- Language: Shell
- Homepage:
- Size: 99.6 KB
- Stars: 0
- 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)