2.1.3 • Published 12 months ago

@jolie/jpm v2.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

JPM

=================

jolie package manager

Usage

$ npm install -g @jolie/jpm
$ jpm COMMAND
running command...
$ jpm (--version)
@jolie/jpm/2.1.3 linux-x64 node-v16.19.1
$ jpm --help [COMMAND]
USAGE
  $ jpm COMMAND
...

Commands

jpm help [COMMANDS]

Display help for jpm.

USAGE
  $ jpm help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for jpm.

See code: @oclif/plugin-help

jpm init

Generate jpm's specific configuration to package.json

USAGE
  $ jpm init

DESCRIPTION
  Generate jpm's specific configuration to package.json

EXAMPLES
  $ jpm init
      add jpm related fields to package.json in current working directory

  $ jpm init [path]
      add jpm related fields to package.json in specify path

See code: dist/commands/init.ts

jpm install [TARGET]

Add Jolie related dependency to the project

USAGE
  $ jpm install [TARGET] [-r mvn|npm]

ARGUMENTS
  TARGET  Target package

FLAGS
  -r, --repo=(mvn|npm)  specify the lookup repository

DESCRIPTION
  Add Jolie related dependency to the project

EXAMPLES
  $ jpm install
  scan entries from package.json and download all dependencies

  $ jpm install @jolie/websocket
  add @jolie/websocket into the project

  $ jpm install org.jsoup:jsoup
  add maven's jsoup into the project

  $ jpm install jolie-jsoup@latest
  add jolie-jsoup with latest tag into the project

See code: dist/commands/install.ts

jpm remove [TARGET]

Remove Jolie related dependency to the project

USAGE
  $ jpm remove [TARGET]

ARGUMENTS
  TARGET  Target package

DESCRIPTION
  Remove Jolie related dependency to the project
  Currently, it removes the corresponding entry on package.json file and perform install command


EXAMPLES
  $ jpm remove jolie-jsoup
      Remove jolie-jsoup from the dependencies

See code: dist/commands/remove.ts

2.1.3

12 months ago

2.1.2

1 year ago

2.1.1

1 year ago

2.0.1

2 years ago

1.2.0

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.1.65

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago