1.0.6 β€’ Published 5 years ago

create-snips-action v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

create-snips-action

Generator for writing Snips action code in Javascript/Typescript.

npm version license


Prerequisites

node.js must be installed with a version greater or equal than 8.

Installing the snips platform on the same machine is also recommended in order to have a fast development cycle.

Usage

# Run this in your favourite terminal.
npm init snips-action

Related packages and documentation

The bootstraped action have the following dependencies. Please refer to their respective repositories for the full documentation.

Used for building, testing, launching the action and contains a bunch of helpers.

Used to communicate with the platform.

Features

πŸ“¦Uses the javascript-toolkit package under the hood.

  • 🐚 Action code template (folder structure & files) fully commented
  • ⚚ Platform interactions going through hermes-javascript
  • πŸ’¬ Internationalization (i18n) using i18next
  • πŸ“ž Api calls using wretch and wretch-middlewares
  • ✍️ Logger with debug
  • βœ”οΈ Flows testing using jest and mqtt.
  • βœ… Linter with eslint
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago