Skip to content

uon-team/cli

Repository files navigation

@uon/cli

Command line tools for UON framework. Very primitive at the moment.

npm i -g @uon/cli

Usage

Create a new project

uon new <template> my-project

Build a project

cd my-project
uon build