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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторread-file-stdin |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеread-file-stdin
WebJar for read-file-stdin
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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