conan-io / conan-io/docs

Update Conan create command with executed methods

Open
#2,737 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
125
Forks
382
Avg merge
22h 39m
Merged PRs (30d)
21

Description

The Conan create command has its own page: https://docs.conan.io/en/latest/reference/commands/creator/create.html

And, it explains which methods are executed, but it's outdated.

The current order should be:

```
- export_sources()
- config_options()
- configure()
- layout()
- requirements()
- package_id()
- validate()
- build_requirements()
- build_id()
- system_requirements()
- source()
- generate()
- imports()
- build()
- package()
- package_info()
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.