accent_cli_dart 0.1.7 copy "accent_cli_dart: ^0.1.7" to clipboard
accent_cli_dart: ^0.1.7 copied to clipboard

A Dart implementation of accent-cli for managing translations with Accent

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate accent_cli_dart

Use it

The package has the following executables:

$ accent

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add accent_cli_dart

With Flutter:

 $ flutter pub add accent_cli_dart

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

dependencies:
  accent_cli_dart: ^0.1.7

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:accent_cli_dart/accent_cli_dart.dart';
0
likes
115
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart implementation of accent-cli for managing translations with Accent

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_util, collection, colorize, dio, glob, http, io, path, yaml

More

Packages that depend on accent_cli_dart