asdf

WebJar for asdf

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

asdf
Last Version

Last Version

1.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

asdf
WebJar for asdf
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/alsotang/asdf

Download asdf

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : commander jar [2.3.0,3)
org.webjars.npm : express jar [4.9.7,5)

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.4