Skip to content

Releases: naftulikay/nfty

0.4.0

19 Jan 22:50
v0.4.0
899adae

Choose a tag to compare

Add license generation feature: #23

Usage:

nfty-project-license 0.4.0
Generate software licenses for a project

USAGE:
    nfty project license [FLAGS] [OPTIONS]

FLAGS:
    -h, --help        Prints help information
        --no-clean    Disable deletion other licenses before license generation. By default, all files matching
                      `LICENSE*` will be removed before rendering new licenses
    -V, --version     Prints version information

OPTIONS:
    -a, --author <license-holder>    The author/copyright holder for the license(s) [default: Naftuli Kay]
    -t, --type <license-type>        The type of license to generate. Options can be oss, mit, apache2, and private.
                                     'oss' is a special value, it implies both MIT and Apache2 [default: oss]
        --dir <project-dir>          The root directory of the project to manage licenses for. Defaults to the current
                                     directory

Simply calling nfty project license will remove old licenses and add LICENSE-MIT and LICENSE-APACHE to the current directory with the author's name (default is "Naftuli Kay") with the current year rendered in the license.

0.3.1

17 Sep 20:26
v0.3.1
337a264

Choose a tag to compare

Bugfix release to fix warnings: #21.

0.3.0

13 Feb 00:06
v0.3.0
f384013

Choose a tag to compare

Fix a slew of issues #19

0.2.0

13 Jan 23:28
v0.2.0
727cc36

Choose a tag to compare

Minor release:

  • Add ability to conform Ansible projects and simple licenses: #12
  • Fix tmux session errors with project names containing a dot: #10