oghref_cmd 1.0.0 copy "oghref_cmd: ^1.0.0" to clipboard
oghref_cmd: ^1.0.0 copied to clipboard

Command-line tools for reviewing decoded content of metadata and JSON data export support

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate oghref_cmd

Use it

The package has the following executables:

$ oghref_cmd

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oghref_cmd

With Flutter:

 $ flutter pub add oghref_cmd

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  oghref_cmd: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:oghref_cmd/oghref_cmd.dart';
0
likes
140
pub points
0%
popularity

Publisher

verified publisherrk0cc.xyz

Command-line tools for reviewing decoded content of metadata and JSON data export support

Repository (GitHub)
View/report issues

Topics

#command #console #cli #terminal

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

AGPL-3.0 (LICENSE)

Dependencies

ansix, args, dolumns, meta, oghref_model

More

Packages that depend on oghref_cmd