string-commands
A powerful command handler and parser for all your needs. Includes checks, custom arguments, middlewares and more.
A powerful command handler and parser for all your needs. Includes checks, custom arguments, middlewares and more.
A TypeScript library implementing command pattern with undo/redo functionality for interacting with the GitLab API.
Inspired by https://github.com/collectiveidea/interactor
```typescript // command interface export interface ICommand { execute(): void unexecute(): void }