Skip to content

πŸ”‘ Prestart: A tiny tool to make Javascript development a little more delightful

License

Notifications You must be signed in to change notification settings

helpscout/prestart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”‘ 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     [email protected]
--------------------------------------------

  βœ” [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",
  ...
},

About

πŸ”‘ Prestart: A tiny tool to make Javascript development a little more delightful

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published