Generate LICENSE, related files, and headers from package.json
.
At the command line:
npm --global install licensor
cd your-package
licensor --width 72
Licensor assumes:
-
The person described by
package.json
'sauthor
field is the copyright owner and licensor. -
The package was created in the current calendar year.
-
All
*.js
source files, except those innode_modules
, are the author's work.