Skip to content

demooss/Facile-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facile.js CLI

help

$ facile -h

Usage: facile [options] [command]

Options:
  -v, --version  output the version number
  -h, --help     display help for command

Commands:
  run [options]  Execute the file in that path.
  create <name>  Create a new project.


facile run

Usage: facile run --directory [path] --port [port]

Execute the file in that path.

Options:
  -d, --directory [path]  Specifies the path. (default: "./src")
  -p, --port [port]       Specifies the port. (default: "8080")


facile create

Usage: facile create <name>

Create a new project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published