Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

RFE: Autogenerate a README file #389

Open
ncoghlan opened this issue Aug 18, 2015 · 0 comments
Open

RFE: Autogenerate a README file #389

ncoghlan opened this issue Aug 18, 2015 · 0 comments

Comments

@ncoghlan
Copy link

For a new Python Django project, I selected the options to:

  • use virtualenv
  • add a Dockerfile
  • add a GitHub repo

It would be helpful if each of those also generated appropriate entries in a README file, so that I could easily see how to:

  • run the generated application locally in virtualenv
  • work on the project in a Docker container rather than directly on the host system
  • build and publish a Docker image based on the Dockerfile
  • clone the source repo on another system

The setup wizard displays some of the relevant info on the final screen, so it appears to have it available.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants