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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    5

Package Sidebar

Install

npm i grunt-put

Weekly Downloads

5

Version

1.0.0

License

MIT

Last publish

Collaborators

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