文件名称:grunt-lambda-runner:在本地机器上运行 AWS Lambda 函数以执行 grunt 任务
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-02 13:30:24
JavaScript
grunt-lambda-runner 在本地机器上运行 AWS Lambda 函数以执行 grunt 任务 入门 这个插件需要 Grunt。 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-lambda-runner --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-lambda-runner' ) ; “lambda_runner”任务 概述 在项目的 Gruntfile 中,将名为lambda_runner的部分添加到传递给grunt.initConfig()的数据对象中。 grunt . initConfig ( {
【文件预览】:
grunt-lambda-runner-master
----.travis.yml(131B)
----package.json(812B)
----tasks()
--------lambda_runner.js(837B)
----Gruntfile.js(475B)
----.gitignore(19B)
----README.md(2KB)
----.jshintrc(345B)
----.editorconfig(414B)