https://github.com/baochuquan/minitools
https://github.com/baochuquan/minitools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baochuquan/minitools
- Owner: baochuquan
- Created: 2020-01-08T09:16:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T12:26:24.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T09:28:00.566Z (5 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
===========================================
# #
# |'''\ /'''| '''' |'''\|''| '''' #
# | ' | | | | | | | | #
# | | | | | | | | | | | #
# |__|\_/|__| |__| |__|\___| |__| #
# #
===========================================# MiniTools
一个 Shell 工具箱,默认会集成一个 `mini`
命令,根据不同的子命令和选项,执行不同的脚本。# Installation
默认,用户已经安装 Homebrew,如果没有安装,请自行安装。首先,在项目根目录下执行 `preinstall.sh` 脚本,从而安装依赖包。
```shell
$ ./preinstall.sh
```然后,执行 `install.sh` 脚本一键安装。默认使用 `mini` 作为根命名,用户可以选择自定义一个名称。
```shell
$ ./install.sh
```