Skip to content

seppwc/Fuchsia-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuchsia-CLI

CLI tool for FuchsiaJS

install

local install

    npm install -save-dev @fuchsia/cli

global install

    npm install -g @fuchsia/cli

Usage

local install

    npx fuchsia [command]

global install

    fuchsia [command]

basic commands

fuchsia [command]

-v --version: display CLI version
-h --help [command]: display Help info for command

new

creates a new fuchsiajs project in [name] folder

    fuchsia new [name]

new command will prompt you for your prefered language (Javascript or Typescript) and prefered package manager (NPM / YARN).