license 1.0.1 license: ^1.0.1 copied to clipboard
Command line tool which creates LICENSE file for your project
license #
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