docker-read-auths

0.1.0 • Public • Published

NPM

npm version

SYNOPSIS

Read auth / registry tokens like the official docker client.

USAGE

const auth = require('.');
 
const a = auth.fromFile('/path/to/config.json');
 
const b = auth.likeDockerClient();

Package Sidebar

Install

npm i docker-read-auths

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • dweinstein