dependencies-cli

CLI for dependencies.io


Keywords
dependencies_cli, cli, dependencies, dependencies-io, developer-tools
Licenses
AGPL-3.0/GPL-3.0+
Install
pip install dependencies-cli==2.2.4

Documentation

dependencies-cli

https://travis-ci.org/dependencies-io/cli.svg?branch=master

CLI for dependencies.io that makes it easier to both develop for and interact with dependencies.io.

Features

Create

Create a new collector/actor. Gives you a fully functioning collector/actor to start with and you can modify it from there.

dependencies create .
dependencies create in/this/directory

Test

Eases the process of writing tests for a collector/actor.

dependencies test