0.0.7 • Published 6 months ago

multin v0.0.7

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 months ago

Multin

The easiest way to clone a NodeJS git repo

NPM

NPM npm version install size

Multin is a simple tool that allows you to clone a node git repo and install its dependencies in one command. It is a wrapper around git clone and npm install that allows you to clone a repo and install its dependencies in one command.

In addition, the program also allows you to clone a repo of multiple projects and install their dependencies in one command.

Usage

npx multin <repo-url> <package-manager>

you can also use multin without providing any arguments, in which case it will prompt you for the repo url and package manager.

npx multin

of course, you can also install multin globally and use it without the npx command.

npm i -g multin
multin

Does this package uses npm, pnpm or yarn?

The package allows you to use either 'npm', 'yarn' or 'pnpm' to install the dependencies.

THE FREEDOM IS YOURS!

License

This package uses GNU GPLv3 license. You can read the license here.

Contributing

If you want to contribute to this project, you can fork it and create a pull request. You can also open an issue if you find a bug or have a suggestion.

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago