From 18495d3f87b2a4a4048143f65d51b449b169fa3e Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sun, 10 Apr 2016 20:46:33 +0900 Subject: [PATCH] Start working on a license part Refs #11. --- src/Parts/License/Part.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/Parts/License/Part.php 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 + } + } + +}