4.0.5 • Published 1 year ago

@kdujs/cli-service-global v4.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@kdujs/cli-service-global

Installing this package globally allows you to run kdu serve and kdu build directly without any local dependencies:

npm install -g @kdujs/cli-service-global
echo '<template><h1>Hello!</h1></template>' > App.kdu
kdu serve