multin v0.0.7
Multin
The easiest way to clone a NodeJS git repo
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 multinof course, you can also install multin globally and use it without the npx command.
npm i -g multin
multinDoes 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.
