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 }
An Angular wrapper for simple-state-machine library, integrates the simple-state-machine with Angular’s dependency injection system
A simple state management library using StateKey and Command Pattern for Angular, React, and React Native.
React wrapper for simple-state-machine, provides fromState and useDispatcher hooks and unit test fixtures