shellwords

WebJar for shellwords

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

shellwords
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

shellwords
WebJar for shellwords
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jimmycuadra/shellwords

Download shellwords

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Shellwords

Shellwords provides functions to manipulate strings according to the word parsing rules of the UNIX Bourne shell. It is based on the Ruby module of the same name.

Installation

Add "shellwords" to your package.json file and run npm install.

Example

var shellwords = require("shellwords");

shellwords.split("foo 'bar baz'");
// ["foo", "bar baz"]

shellwords.escape("What's up, yo?");
// 'What\\\'s\\ up,\\ yo\\?'

Versions

Version
0.1.1