New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-put

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-put

pipe a file to a http endpoint

1.0.0
latest
npm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

grunt-put

Build Status NPM version Dependencies

Does exactly what it says on the tin. Pipe a file to a http endpoint. Simple stuff.

installation:

npm install --save grunt-put

usage:

grunt.initConfig({
  'put':{
    options: {
      filename: 'foo/myfile.txt'
      destination: 'http://myserver.com/foo/bar/myfile.txt'
    }
  }
});

Keywords

grunt

FAQs

Package last updated on 12 Mar 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