JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q37419F
  • License epl-2.0

Package Exports

  • lcnsr
  • lcnsr/bin/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lcnsr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lcnsr

Cooper Runyan

This is a code-licensing-help cli that is designed to be lightweight and efficent.

To write a license

$ lcnsr <license>
$ lcnsr epl
$ lcnsr mit
$ lcnsr MIT

License detection is based off of RegEx, so small typos can be ignored.

To get info

To list all licenses, run:

$ lcnsr --describe # Can be replaced with `-d`

To get information about a single license, run:

$ lcnsr <license> -d
$ lcnsr epl -d
$ lcnsr -d epl