diff --git a/src/Parts/License/Part.php b/src/Parts/License/Part.php new file mode 100644 index 0000000..31a92c7 --- /dev/null +++ b/src/Parts/License/Part.php @@ -0,0 +1,23 @@ +input->confirm('Do you want to configure a license for your project?')) { + $licenses = new SpdxLicenses(); + + // 1. Choose a license from a list + // 2. Generate the license file, with year and name + // 3. Add it to composer.json + } + } + +}