A command-line tool and Node module.
This repository contains the client-side library used to abstract querying the TwinePM registry. It can be used either as a command line tool with src/cli/index.js
, or as a module to be required or imported in other codebases.
npm install -S twinepm
Functions for every basic query use case. Check the typedocs for more details. You will need to clone the repo to get much value out of them.
There is currently no privileged execution (any command involving login or ownership) possible with this package and no intention to add this functionality. Adding and editing packages will be done on the web client for the foreseeable future.