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

https://github.com/ottomatica/bakelets-source

Repository for storing Bakelets
https://github.com/ottomatica/bakelets-source

Last synced: 6 months ago
JSON representation

Repository for storing Bakelets

Awesome Lists containing this project

README

          

# Bakelets

Repository for storing scripts, roles, and playbooks

### Development

To add as a subtree to baker.

```
git remote add bakelets-source https://github.com/ottomatica/bakelets-source.git
```

To update the subtree.
```
git subtree pull --prefix remotes/bakelets-source/ bakelets-source master
```

If there is no subtree present (e.g. first time):
```
git subtree add --prefix remotes/bakelets-source/ bakelets-source master
```