Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
107 stars 5 forks source link

[CLI] - Automatically initialize the project #98

Closed matthew-carroll closed 5 months ago

matthew-carroll commented 5 months ago

Every Static Shock project needs to call dart pub get before it can run a build. This isn't obvious to the average user, so we should run it immediately after project creation.

Also, we should automatically run a static site build after creating the project, too. That way the user is in the ideal position to begin creating content.