Closed SBoudrias closed 9 years ago
It'd be nice to have this generator fill the license field in package.json.
From npm documentation:
The simplest way, assuming you're using a common license such as BSD-3-Clause or MIT, is to just specify the standard SPDX ID of the license you're using
Here are the ID https://spdx.org/licenses/
You can get the license IDs from https://github.com/sindresorhus/spdx-license-list to validate.
Implemented in https://github.com/jozefizso/generator-license/pull/7
It'd be nice to have this generator fill the license field in package.json.
From npm documentation:
Here are the ID https://spdx.org/licenses/