@milk-ecs/cli
v0.0.22
Published
Milk CLI tool
Downloads
27
Readme
Milk + CLI
Getting started
yarn global add @milk-ecs/cli
npm install -g @milk-ecs/cli
Commands
| Command | Description | Options |
| ------------ | ---------------------------------- | ---------------------------- |
| milk dev
| 🔨 Builds, Serves & Watches | --host 0.0.0.0 --port 8080
|
| milk build
| 🏗️ Compiles a production build | 🛑 Not implemented |
| milk init
| 📦 Creates a basic starter project | 🛑 Not implemented |
Getting started developing
npm link
yarn watch