#

Utility for development processes automation

npm i dron-cli -g

Getting started

Dron is a global utility. It use the modules - special npm packages aimed to run in context of Dron. To execute a module you do not need to pre-install it. The Dron is prone to full automation in the tasks that may be performed without human intervention.

dron version +
The package `version` is missed and will be installed right now.
? 0.0.6 looks good? (Y/n)

To know what exactly performs module and CLI options, visit its page in the repository. Full list of available modules can be found at Discovering packages page.

Creating modules

The Dron provides an API to quickly create your own modules. To create your own module look up to Dron developer guide.