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

license #

lesnitsky.dev GitHub stars Twitter Follow

Command line tool which creates LICENSE file for your project

Installation #

pubspec.yaml:

dependencies:
  license: ^1.0.0

or

pub global activate license

Example #

import 'package:license/license.dart';

void main() {
  final licenseData = LicenseData(copyrightHolderName: 'John Brown');
  print(mit(licenseData));
}

From terminal

license

License #

MIT

5
likes
35
pub points
4%
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