Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsjonq/prestart

🔑 A tiny tool to make Javascript development a little more delightful
https://github.com/itsjonq/prestart

checker dependencies installer npm prestart yarn

Last synced: 2 months ago
JSON representation

🔑 A tiny tool to make Javascript development a little more delightful

Awesome Lists containing this project

README

        

# 🔑 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 [email protected]
--------------------------------------------

✔ [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",
...
},
```