dev-ip

WebJar for dev-ip

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

dev-ip
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

dev-ip
WebJar for dev-ip
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/shakyshane/dev-ip

Download dev-ip

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/dev-ip/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>dev-ip</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/dev-ip/
implementation 'org.webjars.npm:dev-ip:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/dev-ip/
implementation ("org.webjars.npm:dev-ip:1.0.1")
'org.webjars.npm:dev-ip:jar:1.0.1'
<dependency org="org.webjars.npm" name="dev-ip" rev="1.0.1">
  <artifact name="dev-ip" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='dev-ip', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "dev-ip" % "1.0.1"
[org.webjars.npm/dev-ip "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

dev-ip Build Status

Find a suitable IP host to view local websites on.

Command line

Install it globally to use on the command line (use sudo only if necessary):

npm install -g dev-ip

then run:

dev-ip

"http://192.168.1.46"

In your project

npm install dev-ip

var devip = require('dev-ip');
devip(); // [ "192.168.1.76", "192.168.1.80" ] or false if nothing found (ie, offline user)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Run lint & tests with gulp.

Release History

(Nothing yet)

License

Copyright (c) 2013 Shane Osbourne Licensed under the MIT license.

Versions

Version
1.0.1