hubot javascript的打包安装与使用示例
hubot-javascript 描述用于 NPM 的打包安装。使用命令 npm install --save hubot-javascript
可以将 hubot-javascript 添加到您的 external-scripts.json 文件中。以下是一些示例:
- 使用 hubot 执行 JavaScript:
```javascript
[1, 2, 3].map(function (n) { return n * n; })
```
输出: [1, 4, 9]
- 运行字符串转换:
```javascript
String.fromCharCode(72, 85, 66, 79, 84)
```
输出: 'HUBOT'
- 在 hubot sandbox 中计算:
```javascript
0.1 + 0.2
```
输出: 0.30004