Coder Social home page Coder Social logo

lick's Introduction

Lick

A simple tool for pulling a license into your software project.

Lick is written in Python and is compatible with both Python 2 and Python 3.

Installation

Get the lick executable and put it on your $PATH. You can run

(curl https://raw.githubusercontent.com/adamheins/lick/master/lick)> lick

in your terminal to get a copy of lick.

Install Python dependencies by running

pip install -r requirements.txt

Usage

Specify a license type for lick to pull in. Example:

lick MIT

Lick will fill out fields required in the license (name, year, etc.). Lick first looks for fields in a JSON file pointed to be the environment variable $LICK_FIELD_FILE_PATH. If that file does not exist, lick will use ~/.lick.json if it exists. Lick will ask you to enter any unfilled fields in the terminal. It should be noted that the <year> field will automatically be filled with the current year if not given in a file.

Lick field files are simple JSON files containing name-value pairs. For example, here is a really simple lick field file just specifying a name:

{
  "name": "John Doe"
}

You can also list all available licenses. Just run:

lick --list

Contributing

Pull requests are welcome! Especially ones adding new licenses. Fields that need to be filled out in the license should be placed between angled brackets (< >). The field names should not contain whitespace. The license's file name must be added to the LICENSES list in the lick source file.

License

MIT license. See the LICENSE file.

lick's People

Contributors

adamheins avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.