0.0.4 • Published 4 months ago

goloco v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Usage

// -p: port of your running local service, for example, vite project is 5173 by default and next.js is 3000
// -d: your local domain, `random` will map to random.local, 'admin.random' will map to admin.random.local
// https: use https or not 
npx goloco https -p 3000 -d random
{
  "vite-dev": "npx goloco -p 5173 -d random & vite"
  "next-dev": "npx gloco -p 3000 -d random & next dev"
}
0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago