Skip to content

Cli tool for running node servers through parcel watch

Notifications You must be signed in to change notification settings

Vidlec/parcelmon

Repository files navigation

Parcelmon 📦🔥

Parcelmon is like a nodemon but for parcel. It is hooked to parcel-bundler and relunches your server when parcel is done rebuilding.

Install 🔌

yarn add -D parcelmon

Usage 🚀

parcelmon --entry=./src/index.ts

Args 🔧

--entry - app entry | required

--outDir - where to put built code | optional, defaults to ./dist

Example 👇

parcelmon --entry=./src/index.ts --outDir=./bin

About

Cli tool for running node servers through parcel watch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published