gulp-hateip

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-hateip

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • xunuo