0.0.5 • Published 8 months ago

fruity-ai v0.0.5

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

@fruity/plugin

This is a tool to create and build plugins for the Fruity chat app.

Deployment

To deploy this package to npm, follow these steps:

  1. Make sure you have an npm account and are logged in on your local machine. If not, create an account on npmjs.com and then run npm login in your terminal.
  2. Navigate to the package directory and run npm publish. This will publish the package to the npm registry.

Usage

To use this tool to create a new plugin for the Fruity chat app, follow these steps:

  1. Run npx fruity-ai create <plugin-name>. This will create a new directory with the name <plugin-name> and generate the necessary files for the plugin.
  2. Navigate to the new plugin directory and customize the config.json and index.js files as needed.
  3. Run npm run build to build the plugin. This will generate a build.js file that can be imported by the Fruity chat app.

Happy coding!

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago