intales / gazelle

Lightweight Dart HTTP server framework for modular web development. Build APIs with speed and simplicity.
https://docs.gazelle-dart.dev
BSD 3-Clause "New" or "Revised" License
25 stars 6 forks source link

Minor Changes #17

Closed ShivanshuKGupta closed 1 month ago

ShivanshuKGupta commented 2 months ago
  1. Added verbose in run commands
  2. Now rest arguments are used as the path option if not specified in run and create commands so, now gazelle create project_name will create a project in the current directory and gazelle run project_name will run the project in the current directory
  3. Added some tests for run command