All Projects → captainsafia → Legit

captainsafia / Legit

Licence: mit
Add licenses to projects at the command line

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Legit

Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (-81.94%)
Mutual labels:  command-line-tool, license-management
Dossier
Generate statistics from any repository that adheres to the conventional changelog standard
Stars: ✭ 81 (-84.27%)
Mutual labels:  command-line-tool, open-source
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (+119.22%)
Mutual labels:  command-line-tool, open-source
Licensed
⚖️ ✔️ licensed is an interactive command line tool to help you choose and add licenses to your projects
Stars: ✭ 220 (-57.28%)
Mutual labels:  command-line-tool, license-management
News Android
📱📰 Android client for the Nextcloud news/feed reader app
Stars: ✭ 493 (-4.27%)
Mutual labels:  open-source
Download Manager
A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Stars: ✭ 482 (-6.41%)
Mutual labels:  open-source
Dotnet Serve
Simple command-line HTTPS server for the .NET Core CLI
Stars: ✭ 481 (-6.6%)
Mutual labels:  command-line-tool
K2tf
Kubernetes YAML to Terraform HCL converter
Stars: ✭ 477 (-7.38%)
Mutual labels:  command-line-tool
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-0.78%)
Mutual labels:  open-source
Contribute To This Project
This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.
Stars: ✭ 501 (-2.72%)
Mutual labels:  open-source
Whonix
Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. https://www.whonix.org
Stars: ✭ 490 (-4.85%)
Mutual labels:  open-source
Onionshare
Securely and anonymously share files, host websites, and chat with friends using the Tor network
Stars: ✭ 4,961 (+863.3%)
Mutual labels:  open-source
Instantsearch Ios
⚡️ A library of widgets and helpers to build instant-search applications on iOS.
Stars: ✭ 498 (-3.3%)
Mutual labels:  open-source
Fakeit
The Kotlin fake data generator library!
Stars: ✭ 482 (-6.41%)
Mutual labels:  open-source
Tern
Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBoM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.
Stars: ✭ 505 (-1.94%)
Mutual labels:  open-source
Hypatia
A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
Stars: ✭ 478 (-7.18%)
Mutual labels:  open-source
Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (-4.47%)
Mutual labels:  open-source
Ctk
A set of common support code for medical imaging, surgical navigation, and related purposes.
Stars: ✭ 498 (-3.3%)
Mutual labels:  open-source
Tio
tio - A simple TTY terminal I/O application
Stars: ✭ 489 (-5.05%)
Mutual labels:  open-source
Cbt
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Stars: ✭ 489 (-5.05%)
Mutual labels:  command-line-tool

legit

legit is a command line application that allows you to automagically generate a LICENSE file for the current working directory that you are in or a license header for a file where applicable.

Installation

npm install --global @captainsafia/legit

Usage

  Usage: legit [options] [command]


  Commands:

    list|l                     List all available licenses
    put|p [options] <license>  Put a license in this directory

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

  Usage: put|p [options] <license>

  Put a license in this directory

  Options:

    -h, --help        output usage information
    -f --file <file>  The file to add a header to
    -u --user [user]  The user/organization who holds the license
    -y --year [year]  The year the license is in effect

Legit Demo

Currently Supported Licenses

  • BSD 2-clause Simplified License (bsd-2-clause)
  • GNU General Public License v2.0 (gpl-2.0)
  • BSD 3-clause New or Revised License (bsd-3-clause)
  • The Unlicense (unlicense)
  • GNU Lesser General Public License v2.1 (lgpl-2.0)
  • GNU General Public License v3.0 (gpl-3.0)
  • MIT License (mit)
  • GNU Affero General Public License v3.0 (agpl-3.0)
  • Eclipse Public License 1.0 (epl-1.0)
  • Apache License 2.0 (apache-2.0)
  • Mozilla Public License 2.0 (mpl-2.0)
  • GNU Lesser General Public License v3.0 (lgpl-3.0)
  • ISC License (ics)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].