dev-ip

WebJar for dev-ip

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

dev-ip
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

dev-ip
WebJar for dev-ip
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать dev-ip

Имя Файла Размер
dev-ip-1.0.1.pom
dev-ip-1.0.1.jar 8 KB
dev-ip-1.0.1-sources.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.1