1.0.1 ā€¢ Published 4 years ago

@itsjonq/prestart v1.0.1

Weekly downloads
23
License
MIT
Repository
-
Last release
4 years ago

šŸ”‘ Prestart

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     name@email.com
--------------------------------------------

  āœ” [1/2] šŸ”Œ   Checking connection...
  āœ” [2/2] šŸšš   Fetching packages...

Success!
āœØ  Have fun developing!

Installation

npm install --save-dev @itsjonq/prestart

Usage

Add @itsjonq/prestart to your prestart script in your project's package.json.

"scripts": {
  ...
  "prestart": "prestart",
  ...
},