2.0.0 • Published 11 years ago
abstract-command v2.0.0
abstract-command
Abstract Command base class to make implementing custom commands easier
Just implement _execute(), _queryEnabled() and _queryState() override
functions on your subclass of AbstractCommand!
Installation
$ npm install abstract-command