1.0.0 • Published 2 years ago

bot-fw-custom-actions-v38 v1.0.0

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

custom-actions

This is consumed as a node package by cowbot.

Prerequisites

  • Node.js version 10.14.1 or higher

    # determine node version
    node --version

Build & Publish

Firstly, change the package name or the version in package.json.

  • Build

    rm -rf node_modules/; npm install; npm run build
  • Publish the package

    npm publish --access public

Runtime details

You can see how the runtime loads packages and where packages fit in to the runtime code.

Further reading