2.1.1 • Published 7 years ago
npmrc-cli v2.1.1
npmrc-cli
This is a simple cli tool that helps you manage multiple .npmrc files.
Required
- NodeJS >= 8
Introduction
- Run
npmrc-cli --help
in the terminal to learn more about all commands.
Changelog
2.1.1
- Fix an error with
copy
command.
2.1.0
- Update dependencies.
- Add
copy
command.
Development
- Clone this repository.
- Run
npm install
to install all dependencies. - Run
npm run dev
to start nodemon, it will watch the changes and automatically link this package. - Test the cli by running
npmrc-cli --help
in the terminal.
LICENSE
MIT