Skip to content

PlatformIO Library Manger manifest file#1

Open
ivankravets wants to merge 1 commit intoTinkerKit:masterfrom
ivankravets:patch-1
Open

PlatformIO Library Manger manifest file#1
ivankravets wants to merge 1 commit intoTinkerKit:masterfrom
ivankravets:patch-1

Conversation

@ivankravets
Copy link

@ivankravets
Copy link
Author

library.json is a library manifest file which can be used with different tools/managers to organise embedded libraries. Currently, only PlatformIO uses it. How does this look from CLI:

$ platformio lib search "dmx"
# Found ... libraries:
#
# [ ID  ] Name             Compatibility         "Authors": Description
# -------------------------------------------------------------------------------------
# [ 82  ] DmxMaster        arduino, atmelavr     "TinkerKit": Send and receive DMX signals

$ platformio lib install 82
# Installing [ 82 ]  library:
# Downloading  [####################################]  100%
# Unpacking  [####################################]  100%
# The library  [ 82  ] ‘DmxMaster' has been successfully installed!

$ platformio lib show 82
# DmxMaster
# -------------
# Author: TinkerKit
# Keywords: DMX
# Frameworks: arduino
# Platforms: atmelavr
# Version: ***
#
# Send and receive DMX signals

$ platformio lib update
# Updating DmxMaster  library:
# Versions: Current=***, Latest=***       [Up-to-date]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant