Sha256: 3e8eb94a7b3bf56148ca4af3dfe38f638dec84aec29e27a4280336c80ca21009

Contents?: true

Size: 623 Bytes

Versions: 14

Compression:

Stored size: 623 Bytes

Contents

# Rebuild

Development environment bootstrap automator

## What's this?

In clean-installed OSX, git is unavailable but gem is available.
Thus this gem provides a way to fetch GitHub repository archive and execute scripts in it.

## Usage

```bash
$ sudo gem install rebuild
$ rebuild k0kubun/dotfiles
```

The archive of [repository](https://github.com/k0kubun/dotfiles) is unzipped to `/tmp/k0kubun/dotfiles`.
Then executes all of `/tmp/k0kubun/dotfiles/*.sh`.

## TODO

- revision lock
- clone directory change option
- support script directory to put scripts
- automatic xcode-select --install

## License

MIT License

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rebuild-0.0.4.pre14 README.md
rebuild-0.0.4.pre13 README.md
rebuild-0.0.4.pre12 README.md
rebuild-0.0.4.pre11 README.md
rebuild-0.0.4.pre10 README.md
rebuild-0.0.4.pre9 README.md
rebuild-0.0.4.pre8 README.md
rebuild-0.0.4.pre7 README.md
rebuild-0.0.4.pre6 README.md
rebuild-0.0.4.pre5 README.md
rebuild-0.0.4.pre4 README.md
rebuild-0.0.4.pre3 README.md
rebuild-0.0.4.pre2 README.md
rebuild-0.0.4.pre README.md