Skip to content

Commit

Permalink
doc: precise how to develop the app
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Bertrand committed Mar 29, 2021
1 parent d31d81e commit d1fe795
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,23 @@ scalingo.osc_fr1.apps.all # OR scalingo.region(:osc_fr1).apps.all
# Preview the creation of an app on the default region
scalingo.apps.create(name: "my-new-app", dry_run: true)
```

## Development

### Install

```bash
bundle
```

### Run tests

```bash
bundle exec rake test
```

### Release a new version

```bash
# TODO
```

0 comments on commit d1fe795

Please sign in to comment.