@zkochan/cmd-shim

WebJar for @zkochan/cmd-shim

Лицензия

Лицензия

BSD-2-Clause
Группа

Группа

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

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

zkochan__cmd-shim
Последняя версия

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

3.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

@zkochan/cmd-shim
WebJar for @zkochan/cmd-shim
Ссылка на сайт

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

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

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

https://github.com/pnpm/cmd-shim

Скачать zkochan__cmd-shim

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.webjars.npm : is-windows jar [1.0.0,2)
org.webjars.npm : mkdirp-promise jar [5.0.1,6)
org.webjars.npm : mz jar [2.5.0,3)

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

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

@zkochan/cmd-shim

Used in pnpm for command line application support

Build Status Build Status on Windows npm version

The cmd-shim used in pnpm to create executable scripts.

Installation

npm install --save @zkochan/cmd-shim

API

cmdShim(src, to, opts?): Promise<void>

Create a cmd shim at to for the command line program at from. e.g.

const cmdShim = require('@zkochan/cmd-shim')
cmdShim(__dirname + '/cli.js', '/usr/bin/command-name')
  .catch(err => console.error(err))

cmdShim.ifExists(src, to, opts?): Promise<void>

The same as above, but will just continue if the file does not exist.

Arguments:

  • opts.preserveSymlinks - Boolean - if true, --preserve-symlinks is added to the options passed to NodeJS.
  • opts.nodePath - String - sets the NODE_PATH env variable.
  • opts.createCmdFile - Boolean - is true on Windows by default. If true, creates a cmd file.
  • opts.createPwshFile - Boolean - is true by default. If true, creates a powershell file.
  • opts.progArgs - String - optional arguments that will be prepend to any CLI arguments
const cmdShim = require('@zkochan/cmd-shim')
cmdShim(__dirname + '/cli.js', '/usr/bin/command-name', { preserveSymlinks: true })
  .catch(err => console.error(err))

License

BSD-2-Clause © Zoltan Kochan

org.webjars.npm

pnpm

Fast, disk space efficient package manager

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

Версия
3.1.0