license 1.0.1

SDKdartflutter
Platformandroidioswindowslinuxmacos

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