nuvolaris / nuvolaris-cli

The Nuvolaris CLI, an all-in-one tool to do all things Nuvolaris
Apache License 2.0
11 stars 21 forks source link

Implement project detection with nuv scan #8

Closed giusdp closed 2 years ago

giusdp commented 2 years ago

Nuv should have a scan command that scans a folder and generates a Taskfile with the wsk commands to create the actions it finds in the folder and subfolders.

The first step to implement nuv scan command should be the project detection phase, where the current directory is visited looking for a folder named packages, following the design in the README.