Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@helpscout/prestart

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helpscout/prestart

A tiny tool to make Javascript development a little more delightful

latest
npmnpm
Version
0.0.10
Version published
Weekly downloads
48
-61.9%
Maintainers
5
Weekly downloads
 
Created
Source

🔑 Prestart

npm version

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   8.11.4
git    branch    master
       email     name@email.com
--------------------------------------------

  ✔ [1/2] 🔌   Checking connection...
  ✔ [2/2] 🚚   Fetching packages...

Success!
✨  Have fun developing!

Installation

npm install --save-dev @helpscout/prestart

Usage

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

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

FAQs

Package last updated on 10 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts