Jason's Braindump

Start Using Scoop

Scoop is a command-line installer for Windows platform.

-> https://scoop.sh

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

Read more