lokalise_cmd 1.0.1 copy "lokalise_cmd: ^1.0.1" to clipboard
lokalise_cmd: ^1.0.1 copied to clipboard

A tool to download translation files from Lokalise and convert them to .json files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lokalise_cmd

Use it

The package has the following executables:

$ lokalise_cmd

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lokalise_cmd

With Flutter:

 $ flutter pub add lokalise_cmd

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

dependencies:
  lokalise_cmd: ^1.0.1

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:lokalise_cmd/lokalise_cmd.dart';
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A tool to download translation files from Lokalise and convert them to .json files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

archive, args, freezed_annotation, http, json_annotation, logging, meta, path, quiver, yaml

More

Packages that depend on lokalise_cmd