read-file-stdin
Read from a file, falling back to stdin.
Installation
$ npm install read-file-stdin
API
read ([file], callback)
Read from a file
, falling back to stdin, and callback(err, buffer)
.
License
MIT
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdread-file-stdin |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionread-file-stdin
WebJar for read-file-stdin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
read-file-stdin-0.2.1.pom | |
read-file-stdin-0.2.1.jar | 4 KB |
read-file-stdin-0.2.1-sources.jar | 22 bytes |
read-file-stdin-0.2.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/read-file-stdin/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>read-file-stdin</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/read-file-stdin/
implementation 'org.webjars.npm:read-file-stdin:0.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/read-file-stdin/
implementation ("org.webjars.npm:read-file-stdin:0.2.1")
'org.webjars.npm:read-file-stdin:jar:0.2.1'
<dependency org="org.webjars.npm" name="read-file-stdin" rev="0.2.1">
<artifact name="read-file-stdin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='read-file-stdin', version='0.2.1')
)
libraryDependencies += "org.webjars.npm" % "read-file-stdin" % "0.2.1"
[org.webjars.npm/read-file-stdin "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : gather-stream | jar | [1.0.0,2) |
Read from a file, falling back to stdin.
$ npm install read-file-stdin
Read from a file
, falling back to stdin, and callback(err, buffer)
.
MIT