Skip to content

feat(create): add Dart CLI template#431

Merged
felangel merged 7 commits intomainfrom
renan/add-very-good-dart-cli
Jun 22, 2022
Merged

feat(create): add Dart CLI template#431
felangel merged 7 commits intomainfrom
renan/add-very-good-dart-cli

Conversation

@renancaraujo
Copy link
Contributor

@renancaraujo renancaraujo commented Jun 17, 2022

Description

Closes: #269

Add a Dart CLI template for the "create" command.

$ very_good create --template=dart_cli some_cli
$ dart pub global activate --source=some_cli
$ some_cli --help

To customize the executable name:

$ very_good create --template=dart_cli some_cli --executable-name=some
$ dart pub global activate --source=some_cli
$ some --help

Based on VeryGoodOpenSource/very_good_dart_cli

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@renancaraujo renancaraujo changed the title feat(): Add dart CLI template feat(#269): Add dart CLI template Jun 17, 2022
@renancaraujo renancaraujo force-pushed the renan/add-very-good-dart-cli branch 2 times, most recently from 25c055c to baa3ef2 Compare June 20, 2022 16:20
@renancaraujo renancaraujo marked this pull request as ready for review June 20, 2022 16:20
@renancaraujo renancaraujo force-pushed the renan/add-very-good-dart-cli branch from baa3ef2 to be047dd Compare June 20, 2022 16:22
Renan Araujo and others added 5 commits June 21, 2022 15:03
@renancaraujo renancaraujo force-pushed the renan/add-very-good-dart-cli branch from d453e9b to 2221ddd Compare June 21, 2022 14:08
@renancaraujo renancaraujo requested a review from felangel June 21, 2022 16:05
Co-authored-by: Felix Angelov <felangelov@gmail.com>
@renancaraujo renancaraujo force-pushed the renan/add-very-good-dart-cli branch from d71cbda to 291b83d Compare June 22, 2022 13:33
@felangel felangel changed the title feat(#269): Add dart CLI template feat(#269): Add Dart CLI template Jun 22, 2022
@felangel felangel changed the title feat(#269): Add Dart CLI template feat(create): Add Dart CLI template Jun 22, 2022
@felangel felangel changed the title feat(create): Add Dart CLI template feat(create): add Dart CLI template Jun 22, 2022
@felangel felangel merged commit 1c3a5f0 into main Jun 22, 2022
@felangel felangel deleted the renan/add-very-good-dart-cli branch June 22, 2022 18:12
@felangel felangel mentioned this pull request Jun 22, 2022
7 tasks
ahsanf pushed a commit to Arkabyte-Teknologi/very_good_cli that referenced this pull request Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add CLI template

3 participants