https://github.com/nodesource/upgrade-ready
A tool to help with the process of upgrading modules to the latest version of Node.js (v4), it will check dependencies against a Node.js version
https://github.com/nodesource/upgrade-ready
Last synced: 8 months ago
JSON representation
A tool to help with the process of upgrading modules to the latest version of Node.js (v4), it will check dependencies against a Node.js version
- Host: GitHub
- URL: https://github.com/nodesource/upgrade-ready
- Owner: nodesource
- License: mit
- Archived: true
- Created: 2015-09-21T23:23:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T02:49:50.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T21:37:02.781Z (11 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 56
- Watchers: 32
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
upgrade-ready
=============
Upgrade ready CLI tool.
With this tool you can check your installed dependencies against a specific Node.js version.
We made this tool with much <3 to help you in the process to upgrade your application to the recent versions of Node.js (6.10.3)
The tool connect with a remote server where we try to install your dependencies tree using the selected Node.js version.
## Installation
``` bash
$ [sudo] npm install -g upgrade-ready
```
## Usage
Make sure you run the tool after installing dependencies with `npm install` on your working Node.js or io.js setup
``` bash
$ upgrade-ready 6.10.3
```
For help message:
``` bash
$ upgrade-ready --help
```
## Authors and Contributors
Daniel AristizabalGitHub/cronopioTwitter/@cronopio2
Julián DuqueGitHub/julianduqueTwitter/@julian_duque
Dan ShawGitHub/dshawTwitter/@dshaw
Contributions are welcomed from anyone wanting to improve this project!
## License & Copyright
**upgrade-ready** is Copyright (c) 2016 NodeSource and licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included [LICENSE.md](https://github.com/nodesource/upgrade-ready/blob/master/LICENSE.md) file for more details.