0.1.0 • Published 7 years ago

nodella v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago
███╗   ██╗ ██████╗ ██████╗ ███████╗██╗     ██╗      █████╗ 
████╗  ██║██╔═══██╗██╔══██╗██╔════╝██║     ██║     ██╔══██╗
██╔██╗ ██║██║   ██║██║  ██║█████╗  ██║     ██║     ███████║
██║╚██╗██║██║   ██║██║  ██║██╔══╝  ██║     ██║     ██╔══██║
██║ ╚████║╚██████╔╝██████╔╝███████╗███████╗███████╗██║  ██║
╚═╝  ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝

Test Node.js version upgrades on your code

Installation

$ npm install --global nodella

Usage

Usage: nodella --manager=[npm|yarn] [options]

Options:
  --help, -h     Show help                                             [boolean]
  --build        Build script name                            [default: "build"]
  --log          Log level         [choices: "debug", "info"] [default: "debug"]
  --manager      Package manager             [required] [choices: "npm", "yarn"]
  --no-build     Skip the build script                [boolean] [default: false]
  --target       Target Node.js version                      [default: "latest"]
  --test         Test script name                              [default: "test"]
  --version, -v  Show version number                                   [boolean]

You may need to run this as an administrator or privileged user in order to suppress security warnings from your operating system. This is essential for automated checks.

Requirements

You must must have nvm installed and available on the PATH