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

discontinued

Command line tool which creates LICENSE file for your project

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate license

Use it

The package has the following executables:

$ license

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add license

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

dependencies:
  license: ^1.0.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:license/license.dart';
5
likes
35
pub points
5%
popularity

Publisher

verified publisherlesnitsky.dev

Command line tool which creates LICENSE file for your project

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

guard, l_cli, tmpl

More

Packages that depend on license