Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

particle-cli-library-manager

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

particle-cli-library-manager

library manager work in progress

latest
Source
npmnpm
Version
0.0.4-develop.5
Version published
Weekly downloads
6
-62.5%
Maintainers
3
Weekly downloads
 
Created
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

particle

FAQs

Package last updated on 09 Sep 2016

Did you know?

Socket

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