linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
17 stars 16 forks source link

readme steps 2 & 3 elaboration #14

Closed turbomam closed 10 months ago

turbomam commented 2 years ago

Users don't need to reinstall poetry if they already have it

poetry --version

See also https://python-poetry.org/history/

poetry self update if desired

What should the response to the poetry init questions be?

turbomam commented 2 years ago

are you sure that poetry install is required after adding the older version of click?

poetry install

Installing dependencies from lock file

No dependencies to install or update

turbomam commented 2 years ago

Any reason the two-line step 3 shouldn't be

poetry run cruft create https://github.com/linkml/linkml-project-cookiecutter
turbomam commented 2 years ago

What is the google_analytics_gtag for?

turbomam commented 2 years ago

Clarify in the readme or the cruft script:

github_token_for_pypi_deployment [PYPI_PASSWORD]

just defines the name of the GH secret that our actions will be looking for

pkalita-lbl commented 10 months ago

This appears to be based on the instructions prior to https://github.com/linkml/linkml-project-cookiecutter/pull/84.

google_analytics_gtag was removed from the setup questions in https://github.com/linkml/linkml-project-cookiecutter/pull/24

I believe github_token_for_pypi_deployment is now sufficiently explained in the README.

Closing