grunt-put

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i grunt-put

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • acolchado
  • arnoldzokas
  • matteofigus
  • christriddle
  • ryantomlinson
  • andyroyle
  • stevejhiggs