loki 0.1.0 loki: ^0.1.0 copied to clipboard
Loki is a command-line interface (CLI) tool designed for managing Dart and Flutter projects featuring multiple packages.
0.1.0 #
- chore: update README.md and loki.yaml
- feat: scripts can execute 'loki run' with a shorthand 'lkr'
- feat: sequential and recursive scripts with loki. fixed description issue with run command.
0.0.2 #
- chore: add MIT LICENSE
- chore: update CHANGELOG.md
- chore: After dart analyze and format
- chore: update changelog.md
- chore: update for release to pub.dev
0.0.1 #
- chore: Add documentation and update README
- chore: add example
- docs: contribute.md
- docs: Write install md
- docs: Write readme
- refactor: Proper use of CommandRunner for command
- chore: use green text instead of greenbright
- feat: Add emoji, change scriptconfig to accept stdin instead of flutter_run as key, and proper cli console on clean and fetch
- feat: on loki command, don't fetch but show usage. Add more description in loki top level command/help
- chore: write proper help texts in app subcommand
- chore: add author tag in version command
- chore: Display output change
- feat: add environment option and verbose option to app
- feat: remove aliases from validate command
- feat: remove alias from version command
- fix: While finding packages do not follow links
- feat: Add app command Author: Dorji Gyeltshen(dg.dorjigyeltshen@gmail.com)
- refactor: use command runner instead of custom runner
- initial commit