vyuh_cli 0.0.5+2 vyuh_cli: ^0.0.5+2 copied to clipboard
A command-line interface for the Vyuh Framework to generate Vyuh projects, features and schemas.
0.0.5+2 #
- FIX: fixed an issue where the Sanity command was incorrectly treated as error.
0.0.5+1 #
- REFACTOR: cleaning up some code, visual tweaks.
0.0.5 #
- FEAT: adding feature examples, schemas and some core feature packages like auth and onboarding.
0.0.4+6 #
- FIX: update bundles to remove the stray .DS_Store folders.
0.0.4+5 #
- FIX: ensure we do checks for pnpm and sanity and print errors on failure.
0.0.4+4 #
- REFACTOR: flattening the command hierarchy.
0.0.4+3 #
- REFACTOR: tracking operations.
- FIX: check for pnpm before running other commands.
- FIX: moved update version script into vyuh_cli.
0.0.4+2 #
- REFACTOR: tracking operations.
0.0.4+1 #
- FIX: normalizing path strings for windows.
0.0.4 #
- FIX: update path of feature in justfile.
- FEAT: adding more commands to the justfile.
0.0.3+5 #
- FIX: update the pubspec with correct repo info.
0.0.3+4 #
- FIX: update descriptions of commands.
0.0.3+3 #
- FIX: readme update.
0.0.3+2 #
- FIX: updating readme and bundles.
0.0.3+1 #
- FIX: updated readme with correct command.
0.0.3 #
- FIX: made the version as a post hook as it need to run after the version command has completed.
- FEAT: updated descriptions of some commands.
0.0.2+3 #
- FIX(vyuh_cli): Added pre-version hook to correct
update
command messaging. - DOCS(vyuh_cli): Updated assets and README.md.
0.0.2+2 #
- FIX: dart format, readme and pubspec updates.
0.0.2+1 #
- FIX: updated readme to use hot-linked images.
- FIX: updated pubspec.
0.0.2 #
- REFACTOR(vyuh_cli): Renamed command to
schema
from ``feature-sanity-schema`. - REFACTOR(vyuh_cli): renamed command
flutter_app
toproject
and removed prefix from templates. - REFACTOR(vyuh_cli): Moved
_logSummary
in template to a common method in utils i.e.templateSummary
. - REFACTOR(vyuh_cli): file name clean up.
- FEAT: updated readme, using melos for workspace.
- FEAT(vyuh_cli): Added vyuh_cli.
- DOCS(vyuh_cli): Updated vyuh_cli.png.
- DOCS(vyuh_cli): Updated comments.
- DOCS(vyuh_cli): Updated README.md, added CHANGELOG.md,LICENSE & example.
0.0.1 #
- First release with a set of core commands
vyuh create project
vyuh create feature
vyuh create schema