1.0.1 • Published 7 months ago

generator-godspeed-plugin v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

contributions welcome Open Bounties Discord

Godspeed Plug-in generator

Godspeed Plug-in generator creates template of plugin based on your selected choices.

A brief description of how use generator-godspeed-plugin.

Steps to create new plug-in with Godspeed Plug-in generator:

Certainly, here are the provided steps rephrased:

Begin by installing the generator-godspeed-plugin globally using the following commands:

npm install -g generator-godspeed-plugin
npm install -g yo

To initiate the creation of your plugin, execute the following command in your terminal:

yo godspeed-plugin

After running the above command, you'll be prompted to enter your desired plugin name. Proceed by typing it in:

? Enter your plugin name: (your-plugin-name)

Select the type of plugin that aligns with your project's requirements. You can choose from the following options:

? Select the type of plugin: (Use arrow keys)
❯ DataSource 
  EventSource 
  DataSource-As-EventSource 

based on your inputs it creates a plugin folder ${your-plugin-name}-as-{type of plugin}.