Skip to content

uilianries/hooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conan Plugins

Repository to develop experimental Conan plugins for Conan >= 1.8.

Plugin setup

Place your plugin python files under ~/.conan/plugins. The name of the plugin would be the same one as the file name.

*~/.conan/plugins/conan-center.py

Plugin activation

You can activate any plugin with:

$ conan config set plugins.conan-center

If you handle multiple dependencies in your project is better to add a conan.conf:

    [plugin]
    attribute_checker
    conan-center

License

MIT License

About

Official Conan client plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%