Skip to content

uon-team/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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