0.2.1 • Published 5 years ago

@uroboros/cli v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Cli Part of uroborosjs

A cli to start cyclejs projects

installation

npm i -g @uroborosjs/cli

Standard Usage

Initializate a new project with: uro init <outDir> <flavor?> e.g.

uro init myNewApp browser

Advanced Usage

Need more specialiation? Like using your own flavor! Omitting the flavor will call the interactive cli.

uro init myNewApp