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
- Host: GitHub
- URL: https://github.com/devjiwonchoi/jpmm
- Owner: devjiwonchoi
- License: mit
- Created: 2023-07-11T14:47:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T19:33:18.000Z (almost 3 years ago)
- Last Synced: 2025-08-09T09:01:59.987Z (11 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/jpmm
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)