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

https://github.com/baochuquan/minitools


https://github.com/baochuquan/minitools

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

===========================================
# #
# |'''\ /'''| '''' |'''\|''| '''' #
# | ' | | | | | | | | #
# | | | | | | | | | | | #
# |__|\_/|__| |__| |__|\___| |__| #
# #
===========================================

# MiniTools
一个 Shell 工具箱,默认会集成一个 `mini`
命令,根据不同的子命令和选项,执行不同的脚本。

# Installation
默认,用户已经安装 Homebrew,如果没有安装,请自行安装。

首先,在项目根目录下执行 `preinstall.sh` 脚本,从而安装依赖包。
```shell
$ ./preinstall.sh
```

然后,执行 `install.sh` 脚本一键安装。默认使用 `mini` 作为根命名,用户可以选择自定义一个名称。
```shell
$ ./install.sh
```