manifest 0.1.0 copy "manifest: ^0.1.0" to clipboard
manifest: ^0.1.0 copied to clipboard

A command line tool to generate Dart package manifest from pubspec.yaml.

example/lib/manifest.dart

import 'package:manifest/manifest.dart';

const manifest = Manifest(
  name: 'manifest_example',
  version: '1.2.3-pre-4.5',
  description: 'An example and the tester for the manifest package.',
);
1
likes
160
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A command line tool to generate Dart package manifest from pubspec.yaml.

Repository (GitHub)
View/report issues

Topics

#gen #manifest #version

Documentation

API reference

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on manifest