A tiny tool to make Javascript development a little more delightful
Prestart is a tool can hook into npm prestart
to help setup your Javascript development workflow. The main feature is that it will automatically check and install any missing dependencies for you.
PreStart
Project details
--------------------------------------------
node version 12.9.1
git branch master
email [email protected]
--------------------------------------------
β [1/2] π Checking connection...
β [2/2] π Fetching packages...
Success!
β¨ Have fun developing!
npm install --save-dev @itsjonq/prestart
Add @itsjonq/prestart
to your prestart
script in your project's package.json
.
"scripts": {
...
"prestart": "prestart",
...
},