rustlavel-cli 0.2.0

The rustlavel command-line tool: new, serve, make:*
rustlavel-cli-0.2.0 is not a library.

The rustlavel binary — the artisan of rustlavel.

Commands that only touch files (new, make:*) run here. Commands that need the application itself (route:list, and later migrate, db:seed, queue:work) are forwarded to the project's own binary, because in a compiled language the application is the only thing that knows its routes.