Skip to content

WIP: Feature/add cli binary

Valentin Laurent requested to merge feature/add-cli-binary into develop

Add two commands with a cli support:

  • scenic-start which runs scenic
  • scenic-repl wich runs a repl with switcher and scenic

Both commands are available with --help in order to configure scenic with the cli

The difference with before is that the cli is directly included into npm packaging

Edited by Valentin Laurent

Merge request reports