GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart

Make the README more copy-pastable

Open
#168 1 comment 0 reactions 0 assignees View on GitHub
documentation kind/enhancement
Dominant language
Dart
Stars
548
Forks
49
Avg merge
53m
Merged PRs (30d)
1

Description

The README has many sections where I can't copy and paste the commands:

```
$ cd examples/hello
$ docker build -t app .
...

$ docker run -it -p 8080:8080 --name demo --rm app
Listening on :8080
```

It would be nice if the README allowed me to copy and paste the commands, like this:

```sh
cd examples/hello
docker build -t app .
# ...

docker run -it -p 8080:8080 --name demo --rm app
# Listening on :8080
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.