svelte-command

1.1.50 • Public • Published

Svelte v3 npm License bundlejs downloads GitHub Issues Build Status Styled with prettier Commitizen friendly Known Vulnerabilities Coverage Status Tested with TestCafe

svelte-command

general command execution handling for svelte components

API

Table of Contents

BasicCommand

Parameters

  • start
  • properties
  • options (optional, default {})

subscribe

Parameters

Command

Extends BasicCommand

Parameters

  • _start
  • options (optional, default {})

Properties

ConfirmCommand

Extends BasicCommand

Ask for confirmation before esxecution a given Command.

Parameters

  • command

FetchCommand

Extends Command

Command executing a fetch request.

Parameters

  • url
  • fetchOptions
  • options (optional, default {})

handleFailedResponse

Extract error description from response.

Parameters

Returns Promise<string>

install

With npm do:

npm install svelte-command

With yarn do:

yarn add svelte-command

license

BSD-2-Clause

Package Sidebar

Install

npm i svelte-command

Weekly Downloads

649

Version

1.1.50

License

BSD-2-Clause

Unpacked Size

17.1 kB

Total Files

8

Last publish

Collaborators

  • arlac77