-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App template generates MIT License file without prompt #1079
Comments
That's good catch. I didn't realize LICENSE file got generated! |
+1 on not providing a license file at all |
+1 |
1 similar comment
+1 |
There are debates on how I suggest that we generate the following:
|
@raymondfeng , any reasons that we want to generate an empty |
|
+1 for keeping it out and I like the idea of generating an empty |
Rejecting. Needs more clarification. Acceptance Criteria needs to address problems. Concerns / questions raised during estimation below.
|
No LICENSE file.
Questions for @jjtang1
Yes
It wouldn't hurt. but again, question for @jjtang1
See this link in npm documentation. |
@raymondfeng @strongloop/sq-lb-apex @bajtos , are you ok with following what we do in LB3:
|
Overview
Generating a new application with the
lb4 app
command generates a LICENSE file, whose contents are the MIT license template. This happens without user interaction!Problems
@strongloop/loopback-devs What are your thoughts on this?
Acceptance Criteria
As a result:
package.json
, have alicense
property set to empty string ("").npm install
will give a warning to users about the project not having a license.LICENSE
file at allThe text was updated successfully, but these errors were encountered: