0.0.9 • Published 5 years ago

parcelmon v0.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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

npm.io

Args 🔧

--entry - app entry | required

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

Example 👇

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

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago