0.9.7 • Published 3 months ago

@mochabug/adaptkit v0.9.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

@mochabug/adaptkit : The Magical CLI for Mochabug Adapt Plugin Development!

Welcome to @mochabug/adaptkit! Prepare to embark on a whimsical adventure filled with creativity and efficiency! @mochabug/adaptkit is a powerful CLI tool designed to help you effortlessly develop and manage plugins for the Mochabug Adapt platform. With @mochabug/adaptkit, you can:

  • 🌈 Create enchanting template projects for plugin development
  • 🧙‍♂️ Emulate your plugins in a cloud environment with just a flick of your wand
  • 🧚 Add and modify vertices to your plugin project with ease
  • 🌟 Automagically handle tedious tasks that often bog down software development

Magical Vertices: Your Plugin Building Blocks 🔮

Vertices, also known as tasks, are the building blocks of your plugins. Each plugin consists of one or more vertices. A vertex in @mochabug/adaptkit consists of two parts: an Executor and an optional Configurator.

  • Executor: A mandatory part that performs tasks. It can have different types:

    • Action: Performs tasks without interacting with external systems
    • Cron Trigger: Triggers actions at specified intervals, like clockwork
    • External Trigger: Activates tasks from an external endpoint, bringing the magic to the outside world
    • Browser: Runs tasks within a browser, where requests end up on the external endpoint
  • Configurator: An optional part that customizes the behavior of the executor. Configurators interact with users on the Mochabug Adapt platform, making them "external" by nature.

Getting Started 🚀

To start your magical journey with @mochabug/adaptkit, install the package using the following incantation:

npm install -g @mochabug/adaptkit

Usage 🪄

With @mochabug/adaptkit installed, you can now wield your newfound powers to develop and manage your plugin projects! Here's a guide to help you harness the magic:

  1. Create a template project for plugin development
adaptkit --init

This command generates a manifest.json file, Executor and Configurator templates, and .cue schema files with information about your plugin.

  1. Emulate your plugins in the cloud environment
adaptkit --emulate

Test your plugin's sorcery in a controlled environment by emulating its behavior in the cloud.

In order to do this you need to have docker installed and run the emulator locally using the following command:

docker run --rm -it -p 51001:51001 -p 51002:51002 -p 51003:51003 -p 51004:51004 -p 51005:51005 mochabug/adaptsandbox:latest

Note: The 5 ports is required to simulate the different vertex types as well as the graphical interface together with the publish endpoint of adaptkit.

  1. Add and modify vertices
adaptkit --add-vertex [vertexType] [vertexName]

Easily add or modify vertices to your plugin project by specifying the vertex type and name.

  1. Publish your plugin to the Mochabug Adapt platform
adaptkit --publish

Share your magical creation with the world by publishing your plugin to the Mochabug Adapt platform.

Documentation 📚

For a more comprehensive spellbook on how to use @mochabug/adaptkit and unlock the full potential of our captivating plugin system for Mochabug Adapt, visit our documentation.

Contribute 🤝

@mochabug/adaptkit s is a community-driven, open-source project, and we warmly welcome your contributions! If you have an idea for a new type, a bug report, or would like to help with documentation, please open an issue or submit a pull request.

A Magical Journey Awaits! 🍄

0.9.7

3 months ago

0.9.6

3 months ago

0.9.4

3 months ago

0.9.3

3 months ago

0.9.2

4 months ago

0.9.1

4 months ago

0.9.0

4 months ago

0.8.10

4 months ago

0.8.9

4 months ago

0.8.5

4 months ago

0.8.7

4 months ago

0.8.6

4 months ago

0.8.4

4 months ago

0.8.3

4 months ago

0.8.1

5 months ago

0.8.2

5 months ago

0.4.0-alpha.1

6 months ago

0.1.0-alpha.30

9 months ago

0.4.1-alpha.1

6 months ago

0.1.0-alpha.32

8 months ago

0.1.0-alpha.31

9 months ago

0.1.0-alpha.12

10 months ago

0.1.0-alpha.33

8 months ago

0.1.0-alpha.11

10 months ago

0.1.0-alpha.36

7 months ago

0.1.0-alpha.35

7 months ago

0.1.0-alpha.13

10 months ago

0.1.0-alpha.16

10 months ago

0.1.0-alpha.37

7 months ago

0.1.0-alpha.15

10 months ago

0.1.0-alpha.18

10 months ago

0.1.0-alpha.17

10 months ago

0.1.0-alpha.19

10 months ago

0.2.0-alpha.2

7 months ago

0.2.0-alpha.1

7 months ago

0.5.0-alpha.2

6 months ago

0.5.0-alpha.1

6 months ago

0.1.0-alpha.21

10 months ago

0.1.0-alpha.20

10 months ago

0.1.0-alpha.23

10 months ago

0.1.0-alpha.24

10 months ago

0.1.0-alpha.27

10 months ago

0.1.0-alpha.26

10 months ago

0.7.0-alpha.1

6 months ago

0.1.0-alpha.29

9 months ago

0.1.0-alpha.28

10 months ago

0.7.0-alpha.3

5 months ago

0.7.0-alpha.2

5 months ago

0.7.0-alpha.4

5 months ago

0.8.0

5 months ago

0.3.0-alpha.1

7 months ago

0.1.0-alpha.10

11 months ago

0.1.0-alpha.9

11 months ago

0.1.0-alpha.8

11 months ago

0.1.0-alpha.5

11 months ago

0.1.0-alpha.4

11 months ago

0.1.0-alpha.3

11 months ago

0.1.0-alpha.1

12 months ago