Understanding NPM package.json bin Field

NPM packages can contain one or more executable script files. These scripts are then executed by the package user to make their lives easier, i.e., have better workflows. Let’s look at a very simple example – the react-scripts package which is widely used for React app development (part of create-react-app). The react-scripts package has an […]