2.0.0 • Published 9 years ago

abstract-command v2.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

abstract-command

Abstract Command base class to make implementing custom commands easier

Sauce Test Status

Build Status

Just implement _execute(), _queryEnabled() and _queryState() override functions on your subclass of AbstractCommand!

Installation

$ npm install abstract-command