Start Using Scoop
Scoop is a command-line installer for Windows platform.
Installation
Follow this Quick Start for the installation and basic usage.
Example
To install Prettier, we should have nodejs
installed first,
scoop install nodejs
After that, install Prettier with the command below,
npm install -g prettier