GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart
Make the README more copy-pastable
Open
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
Assessment
This issue has not been assessed yet.