New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

licensed

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

licensed

licensed is a command line interface to help you add licenses to your projects

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

licensed

Number of downloads Licence Number of dependencies

Made_with_love_in India

⚖ licensed is a simple, interactive command line interface to help you quickly add a LICENSE file to your project.

licensed demo gif

Usage

Make sure you have NodeJS (npm 5.2+) installed on your computer. Then, setup is as simple as:

  • $ npx licensed

If you've got an older version of node (npm version < 5.2) that doesn't yet have npx, here's a more traditional setup:

  • $ npm i -g licensed

Use the CLI like so, by entering the license name and then your name (in single/double quotes):

  • $ licensed mit "Mihir Chaturvedi"

Running just licensed gives you a prompt to enter your name and a nice list of licenses to choose from.

Use the --help flag to help you out when in grave danger.

Available licenses to choose from (currently):

  • Apache 2.0
  • BSD-2-Clause
  • BSD-3-Clause
  • GNU General Public License
  • ISC
  • MIT
  • Mozilla Public License 2.0

Contributions

  • If you are aware of more licenses, help expand the list by suggesting or creating a pull request with the license text and name added to the src/licenses.js.
  • Any other positive suggestions for this project are welcome :)

Keywords

FAQs

Package last updated on 09 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc