
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
generator-zumata-chatbot
Advanced tools
Generator for chatbot development using Facebook Messenger and Dialogflow
Yet another generator to scaffold your chatbot application.
Zumata-specific yeoman generator for scaffolding a chatbot application using Facebook Messenger and Dialogflow.
Please make sure that you have the followings installed on your machine:
node >= 8.9.0
(In Zumata, we internally use the latest LTS version (node:carbon) for all our Node.js applications.)npm >= 5.5.1
(The minimum NPM version for node:carbon.)eslint >= 4.0.0
(No guarantee it will work below the version specified here)eslint-plugin-import >= 2.0.1
(No guarantee it will work below the version specified here)First, install generator-zumata-chatbot
using npm (we assume you have pre-installed node.js).
# Install with NPM
$ npm install -g yo generator-zumata-chatbot
Then generate your new project:
# Create a new directory if you haven't already.
# Then change to that new directory.
$ mkdir my-chatbot-app && cd my-chatbot-app
# Init with yo
$ yo zumata-chatbot
npx comes in a package as of node 8.9.0
. This means that you can run any CLI written in Node.js without globally installing it.
# Create a new directory if you haven't already.
# Then change to that new directory.
$ mkdir my-chatbot-app && cd my-chatbot-app
# Install packages with NPX and execute the CLI with this one-liner
$ npx -p yo -p generator-zumata-chatbot -- yo zumata-chatbot
MIT License © The Zumata Team
FAQs
Generator for chatbot development using Facebook Messenger and Dialogflow
The npm package generator-zumata-chatbot receives a total of 4 weekly downloads. As such, generator-zumata-chatbot popularity was classified as not popular.
We found that generator-zumata-chatbot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.