Skip to content

opentable/grunt-put

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
    }
  }
});

About

pipe a file to a http endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published