Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1018 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 1018 Bytes

datahub

The DataHub CLI is used to manage DataHub data packages from the command line.

Build Status Issues

Usage

Install

To install datahub-cli, you need to download the package from the releases section.

Once it is downloaded and installed run the following command to see all available options:

$ data --help

For developers

Install

$ npm install

Running tests

We use Ava for our tests. For running tests use:

$ [sudo] npm test

To run tests in watch mode:

$ [sudo] npm run watch:test