uetchy / create-create-app

⚡️ Create your own `create-something` app.
MIT License
94 stars 24 forks source link

allow to use UNLICENSED for license #22

Closed takahashim closed 3 years ago

takahashim commented 3 years ago

I would like to create private apps using this tool, especially with vivliostyle/create-book.

In documents of npm, we can use { "license": "UNLICENSED" } for private packages. So I think it would be a good idea to support this specification in create-create-app as well.

Consideration:

takahashim commented 3 years ago

See also #23.

uetchy commented 3 years ago

Should we support this feature in default?

Yes, as long as npm officially supports it.

should we also add {"private": true} in package.json?

I feel like it beyond our project scope. Whether publish unlicensed package or not is up to users.

Having said that, adding UNLICENSED to the license list is a good idea!

takahashim commented 3 years ago

OK, I made a PR #25.