asdf

WebJar for asdf

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

asdf
WebJar for asdf
Ссылка на сайт

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

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

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

https://github.com/alsotang/asdf

Скачать asdf

Имя Файла Размер
asdf-1.1.4.pom
asdf-1.1.4.jar 4 KB
asdf-1.1.4-sources.jar 22 bytes
asdf-1.1.4-javadoc.jar 22 bytes
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : commander jar [2.3.0,3)
org.webjars.npm : express jar [4.9.7,5)

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

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

A tiny static web server

Build Status

Install

$ npm i -g asdf or $ yarn global add asdf

Usage

** ONLY FOR DEVELOPMENT **

assume you have a static file dir : /home/alsotang/d3js

$ cd /home/alsotang/d3js
$ asdf
Listening on http://127.0.0.1:5000 (directory: /home/alsotang/d3js)

then you can visit http://127.0.0.1:5000 from browser.

  Usage: asdf [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -p, --port <port>  which port to use, default is 5000
    -H, --host <host>  which address to listen on, default is 127.0.0.1
    -d, --dir <dir>    which dir to serve, default is dir where you call `adsf`

License

MIT

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

Версия
1.1.4