0.0.4-develop.5 • Published 8 years ago

particle-cli-library-manager v0.0.4-develop.5

Weekly downloads
2
License
LGPL-3.0
Repository
github
Last release
8 years ago

Build Status Coverage Status

CLI Library Manager

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

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.