schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.07k stars 65 forks source link

Correcting the misinformation in the CLI mentioned in issue #123 #124

Closed LaconicDev closed 11 months ago

LaconicDev commented 11 months ago

Added a check to add the 'no-ssr' flag to the output information after creation, if necessary (=>client template). Small function that is easily adaptable for other flags if necessary. This would unify the content of the created readme file and the information of the CLI.

Might be a smart idea to unify this logic with the template selection though, if the names might change. It basically double checks the name right now. But I didnt want to interfere that far in the framework as i haven't worked with it yet.

Fixes #123

github-actions[bot] commented 11 months ago

Package Version Report

No packages have been updated.

LaconicDev commented 11 months ago

Noticed a mistake in the changelog