New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

grunt-process-vm

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-process-vm

Task to process Velocity templates

latest
npmnpm
Version
0.6.1
Version published
Maintainers
2
Created
Source

grunt-process-vm

A grunt task to process apache velocity files Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-process-vm');
Once loaded it automatically integrates into grunt build process.

================
To set task params, add

```js
grunt.config('process-vm', {options : {fileName: 'your_file_name.txt',fileContent: 'your file content'}});

to the Gruntfile.js file of your project.

Keywords

gruntplugin, velocity

FAQs

Package last updated on 13 Apr 2015

Did you know?

Socket

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.

Install

Related posts