Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

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 --framework="arduino" "xively"
# Found ... libraries:
#
# [ ID  ] Name             Compatibility         "Authors": Description
# -------------------------------------------------------------------------------------
# [ 67  ] Xively           arduino, atmelavr     "xively": A library for Arduino to make it easier to talk to Xively

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

$ platformio lib show 67
# Xively
# -------------
# Author: xively
# Keywords: xively
# Frameworks: arduino
# Platforms: atmelavr
# Version: ***
#
# A library for Arduino to make it easier to talk to Xively

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant