dip_bundle 0.2.1

Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
### Hooks

#### Install

- Check if `bundle/homebrew/Brewfile` exists.
- Install Homebrew binary if it doesn't not installed yet.

#### Apply

- Check if `bundle/homebrew/Brewfile` exists.
- Checks if Homebrew binary is installed
- Apply homebrew bundle

```sh
brew bundle --cleanup --file <path/to/Brewfile>
```

### Clean?