Describe the bug
This is a minor book, but can confuse some first time users
After using coockie-cutter to create a new project and running make setup I get the following error:
warning: in the working copy of 'CONTRIBUTING.md', CRLF will be replaced by LF the next time Git touches it
Command not found: gen-project
Command not found: gen-doc
make: *** [gen-project] Error 1
make: *** [gendoc] Error 1
Updating dependencies
Resolving dependencies... (6.5s)
Package operations: 119 installs, 1 update, 0 removals
- Installing six (1.16.0)
Looks like make is trying to run gen-project and gen-doc before poetry. Running make setup second time makes this problem going away.
Version of LinkML you are using
1.8.4
Template commit id: 21dc84
Please provide a schema (and if applicable, a data file) that replicates the issue
It uses default schema, steps to replicate are:
- Install
poetry
- Install
pipx
- Install cruft
pipx install cruft
- Run cruft to create the project
cruft create https://github.com/linkml/linkml-project-cookiecutter enter default answers to all questions