fstream-ignore

WebJar for fstream-ignore

Лицензия

Лицензия

ISC
Категории

Категории

FST Данные Data Formats Serialization
Группа

Группа

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

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

fstream-ignore
Последняя версия

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

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

fstream-ignore
WebJar for fstream-ignore
Ссылка на сайт

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

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

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

https://github.com/npm/fstream-ignore

Скачать fstream-ignore

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.webjars.npm : fstream jar [1.0.0,2)
org.webjars.npm : inherits jar [2,3)
org.webjars.npm : minimatch jar [3.0.0,4)

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

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

fstream-ignore

A fstream DirReader that filters out files that match globs in .ignore files throughout the tree, like how git ignores files based on a .gitignore file.

Here's an example:

var Ignore = require("fstream-ignore")
Ignore({ path: __dirname
       , ignoreFiles: [".ignore", ".gitignore"]
       })
  .on("child", function (c) {
    console.error(c.path.substr(c.root.path.length + 1))
  })
  .pipe(tar.Pack())
  .pipe(fs.createWriteStream("foo.tar"))

This will tar up the files in __dirname into foo.tar, ignoring anything matched by the globs in any .iginore or .gitignore file.

org.webjars.npm

npm

node package manager

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

Версия
1.0.5
1.0.3