scribes 0.0.1-dev.1 copy "scribes: ^0.0.1-dev.1" to clipboard
scribes: ^0.0.1-dev.1 copied to clipboard

A command line tool for generating consitent data objects in Typescript and Dart.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate scribes

Use it

The package has the following executables:

$ scribes

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scribes

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

dependencies:
  scribes: ^0.0.1-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:scribes/scribes.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A command line tool for generating consitent data objects in Typescript and Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

args, checked_yaml, equatable, io, json_annotation, meta, recase, very_good_analysis, yaml

More

Packages that depend on scribes