Socket
Socket
Sign inDemoInstall

particle-cli-library-manager

Package Overview
Dependencies
98
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    particle-cli-library-manager

library manager work in progress


Version published
Maintainers
3
Install size
10.8 MB
Created

Readme

Source

Build Status Coverage Status

CLI Library Manager

This is a node module for managing repositories of firmware libraries. It supports two types of repositories:

  • a local repo, stored as a directory on the file system

  • Build library repo (http://build.particle.io)

The local library repo is writable, while Build is read-only.

The module provides library management:

  • enumerate libraries in a repository

  • add a library to a repository (such as reading a library from Build and adding it to the local repository)

  • TODO: remove library is not supported in this prototype.

Development Deets

  • Node 6.x
  • ECMA 2015
  • full unit test coverage, xtensive use of stubbing for focused unit tests.
  • integration tests (these require access to a running instance of Build.)

When changing the code please adhere to test-first principles - first change the unit tests and integration tests to fail without your intended change, and then make the change, tweaking code/tests until green is seen.

Keywords

FAQs

Last updated on 09 Sep 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc