1.0.3 • Published 9 years ago

gulp-hateip v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

gulp-hateip

gulp-hateip is a plugin to hateip :)

HateIP is a DDNS serve for who hate enter ip everytime.

Auto get your Local/Public IP address and association with the domain : {name}.hateip.com

Install

npm install gulp-hateip

Usage(in gulpfile.js)

var gulp = require('gulp'),
    gulpHateip = require('gulp-hateip')
    ;

gulp.task('runGulpHateip', function(cb){
    gulpHateip.run({
        name: 'snow'
    }, cb);
});

gulp.task('default', ['runGulpHateip']);

License

MIT License

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago