https://github.com/rexios80/rexios
A simple bootstrap utility for all of the CLI tools I daily drive
https://github.com/rexios80/rexios
Last synced: 3 months ago
JSON representation
A simple bootstrap utility for all of the CLI tools I daily drive
- Host: GitHub
- URL: https://github.com/rexios80/rexios
- Owner: Rexios80
- License: bsd-3-clause
- Created: 2023-03-28T23:29:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T20:47:44.000Z (10 months ago)
- Last Synced: 2025-01-24T01:51:52.816Z (4 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/rexios
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A simple bootstrap utility for all of the CLI tools I daily drive
## Features
Creates aliases for the following commands:
| Package | Command |
| ----------------------------------------------------------------- | ------------------ |
| [flutter_cors](https://pub.dev/packages/flutter_cors) | fluttercors |
| [fvm](https://pub.dev/packages/fvm) | fvm |
| [git_dependency_prs](https://pub.dev/packages/git_dependency_prs) | git_dependency_prs |
| [one_password_dart](https://pub.dev/packages/one_password_dart) | opd |
| [open_in_editor](https://pub.dev/packages/open_in_editor) | oie |
| [pana](https://pub.dev/packages/pana) | pana |
| [puby](https://pub.dev/packages/puby) | puby |
| [rex](https://github.com/Rexios80/rex) | rex |Running any of these aliases will first install the tool and then run it with the given arguments
## Installation
Without overwriting existing aliases:
```console
dart pub global activate rexios
```To overwrite existing aliases:
```console
dart pub global activate rexios --overwrite
```