An open API service indexing awesome lists of open source software.

https://github.com/devjiwonchoi/jpmm

Seamless Migration Tool for JavaScript Package Managers
https://github.com/devjiwonchoi/jpmm

Last synced: 11 months ago
JSON representation

Seamless Migration Tool for JavaScript Package Managers

Awesome Lists containing this project

README

          

# jpmm (JavaScript Package Manager Migration)

Seamless Migration Tool for JavaScript Package Managers

### Usage:

```bash
$ npx jpmm migrate [options]
```

#### Note: The command `migrate` can be ommited.

### Options:

```
-f, --from Specify package manager to migrate from (recommended)
-h, --help Output usage information
-r, --root Specify root directory path
-v, --version Output the jpmm version
```

#### `--from`:

```bash
$ npx jpmm migrate --from
```

#### `--root`:

```bash
$ npx jpmm migrate --root
```

#### Note: These options will reduce the amount of time it takes to migrate.

### Example:

```bash
$ npx jpmm pnpm -f yarn -r ./my-project
```

### Supported Package Managers:

- [npm](https://www.npmjs.com/)
- [yarn](https://classic.yarnpkg.com/)
- [yarn2](https://yarnpkg.com/)
- [pnpm](https://pnpm.io/)